1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

BUG#14157: utf8 encoding in binlog without set character_set_client

missed table to drop after merge from 4.1
This commit is contained in:
aelkin@dl145k.mysql.com
2006-05-31 12:51:21 +02:00
parent 87c935fe48
commit e9570047a4
2 changed files with 6 additions and 2 deletions

View File

@@ -190,4 +190,8 @@ select HEX(f) from t4;
HEX(f)
835C
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;