summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_cp932_binlog_stm.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_cp932_binlog_stm.result')
-rw-r--r--mysql-test/main/ctype_cp932_binlog_stm.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ctype_cp932_binlog_stm.result b/mysql-test/main/ctype_cp932_binlog_stm.result
index 089820d628a..c583564f7c2 100644
--- a/mysql-test/main/ctype_cp932_binlog_stm.result
+++ b/mysql-test/main/ctype_cp932_binlog_stm.result
@@ -20418,7 +20418,7 @@ SELECT @@character_set_client, @@character_set_connection, @@character_set_resul
@@character_set_client @@character_set_connection @@character_set_results
binary cp932 binary
SELECT HEX('à\['), HEX('\à\[');
-HEX('à\[') HEX('\à\[')
+HEX('\xE0\[') HEX('\\xE0\[')
E05B E05B
CREATE TABLE t1 AS SELECT REPEAT(' ', 10) AS a LIMIT 0;
SHOW CREATE TABLE t1;