summaryrefslogtreecommitdiff
path: root/mysql-test/r/ctype_gbk_binlog.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-07-07 17:18:44 +0300
committerGeorgi Kodinov <joro@sun.com>2009-07-07 17:18:44 +0300
commitd03714da6b251cca565746bb5336078c4238d715 (patch)
tree37957bad883d7ef1bf9b1646f6c9bccca5d4f9e8 /mysql-test/r/ctype_gbk_binlog.result
parent6a2f91bff4a656be55b9001e7ef8dc2d0217cb5f (diff)
downloadmariadb-git-d03714da6b251cca565746bb5336078c4238d715.tar.gz
revert of hiding of the error exposed by this suite.
Diffstat (limited to 'mysql-test/r/ctype_gbk_binlog.result')
-rw-r--r--mysql-test/r/ctype_gbk_binlog.result1
1 files changed, 0 insertions, 1 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)