summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_cp932_binlog_stm.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/ctype_cp932_binlog_stm.test')
-rw-r--r--mysql-test/t/ctype_cp932_binlog_stm.test7
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/t/ctype_cp932_binlog_stm.test b/mysql-test/t/ctype_cp932_binlog_stm.test
index c36dcf4dc2d..6140178c0f4 100644
--- a/mysql-test/t/ctype_cp932_binlog_stm.test
+++ b/mysql-test/t/ctype_cp932_binlog_stm.test
@@ -35,8 +35,13 @@ delimiter ;|
#
# #28436: Incorrect position in SHOW BINLOG EVENTS causes server coredump
+# Note: 364 is a magic position (found experimentally, depends on
+# the log's contents) that caused the server crash.
+
+call mtr.add_suppression("Error in Log_event::read_log_event\\\(\\\): 'Found invalid");
+
--error 1220
-SHOW BINLOG EVENTS FROM 490;
+SHOW BINLOG EVENTS FROM 504;
--echo Bug#44352 UPPER/LOWER function doesn't work correctly on cp932 and sjis environment.
CREATE TABLE t1 (a varchar(16)) character set cp932;