1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#14157: utf8 encoding in binlog without set character_set_client

missed table to drop after merge from 4.1 


mysql-test/r/mysqlbinlog.result:
  result changed
mysql-test/t/mysqlbinlog.test:
  manual merge post-fix
This commit is contained in:
unknown
2006-05-31 12:51:21 +02:00
parent 8c7209e5f3
commit 1b701050e4
2 changed files with 6 additions and 2 deletions

View File

@ -135,6 +135,6 @@ flush logs;
select * from t5 /* must be (1),(1) */;
# clean up
drop table t1, t2, t03, t04, t3, t4;
drop table t1, t2, t03, t04, t3, t4, t5;
# End of 5.0 tests