diff options
author | Georgi Kodinov <joro@sun.com> | 2009-07-07 17:18:44 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-07-07 17:18:44 +0300 |
commit | d03714da6b251cca565746bb5336078c4238d715 (patch) | |
tree | 37957bad883d7ef1bf9b1646f6c9bccca5d4f9e8 /mysql-test | |
parent | 6a2f91bff4a656be55b9001e7ef8dc2d0217cb5f (diff) | |
download | mariadb-git-d03714da6b251cca565746bb5336078c4238d715.tar.gz |
revert of hiding of the error exposed by this suite.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/ctype_gbk_binlog.result | 1 | ||||
-rw-r--r-- | mysql-test/t/ctype_gbk_binlog.test | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/ctype_gbk_binlog.result b/mysql-test/r/ctype_gbk_binlog.result index 39cf21d5a63..a49e170ff19 100644 --- a/mysql-test/r/ctype_gbk_binlog.result +++ b/mysql-test/r/ctype_gbk_binlog.result @@ -14,7 +14,6 @@ SET @`tcontent`:=_binary 0x50434B000900000000000000E9000000 COLLATE `binary`/*!* CALL p1(@`tcontent`); FLUSH LOGS; DROP PROCEDURE p1; -DROP TABLE IF EXISTS t2; RENAME TABLE t1 to t2; SELECT hex(f1) FROM t2; hex(f1) diff --git a/mysql-test/t/ctype_gbk_binlog.test b/mysql-test/t/ctype_gbk_binlog.test index 114c1c8385f..a8f653d1b1e 100644 --- a/mysql-test/t/ctype_gbk_binlog.test +++ b/mysql-test/t/ctype_gbk_binlog.test @@ -24,9 +24,6 @@ CALL p1(@`tcontent`); FLUSH LOGS; DROP PROCEDURE p1; ---disable_warnings -DROP TABLE IF EXISTS t2; ---enable_warnings RENAME TABLE t1 to t2; let $MYSQLD_DATADIR= `select @@datadir`; |