BUG#14157: utf8 encoding in binlog without set character_set_client

missed table to drop after merge from 4.1 
parent 87c935fe
...@@ -190,4 +190,8 @@ select HEX(f) from t4; ...@@ -190,4 +190,8 @@ select HEX(f) from t4;
HEX(f) HEX(f)
835C 835C
flush logs; flush logs;
drop table t1, t2, t03, t04, t3, t4; select * from t5 /* must be (1),(1) */;
a
1
1
drop table t1, t2, t03, t04, t3, t4, t5;
...@@ -135,6 +135,6 @@ flush logs; ...@@ -135,6 +135,6 @@ flush logs;
select * from t5 /* must be (1),(1) */; select * from t5 /* must be (1),(1) */;
# clean up # clean up
drop table t1, t2, t03, t04, t3, t4; drop table t1, t2, t03, t04, t3, t4, t5;
# End of 5.0 tests # End of 5.0 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment