#At file:///home/kgeorge/mysql/work/merge-5.1-bugteam/ based on revid:joro@stripped
3010 Georgi Kodinov 2009-07-07
revert of hiding of the error exposed by this suite.
modified:
mysql-test/r/ctype_gbk_binlog.result
mysql-test/t/ctype_gbk_binlog.test
=== modified file 'mysql-test/r/ctype_gbk_binlog.result'
--- a/mysql-test/r/ctype_gbk_binlog.result 2009-07-07 13:09:06 +0000
+++ b/mysql-test/r/ctype_gbk_binlog.result 2009-07-07 14:18:44 +0000
@@ -14,7 +14,6 @@ SET @`tcontent`:=_binary 0x50434B0009000
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)
=== modified file 'mysql-test/t/ctype_gbk_binlog.test'
--- a/mysql-test/t/ctype_gbk_binlog.test 2009-07-07 13:09:06 +0000
+++ b/mysql-test/t/ctype_gbk_binlog.test 2009-07-07 14:18:44 +0000
@@ -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`;
Attachment: [text/bzr-bundle] bzr/joro@sun.com-20090707141844-4u0u1zl4e72ur52x.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (joro:3010) | Georgi Kodinov | 7 Jul |