summaryrefslogtreecommitdiff
path: root/mysql-test/r/ctype_cp932_binlog_row.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ctype_cp932_binlog_row.result')
-rw-r--r--mysql-test/r/ctype_cp932_binlog_row.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ctype_cp932_binlog_row.result b/mysql-test/r/ctype_cp932_binlog_row.result
index cbac6b14669..f231c6a519d 100644
--- a/mysql-test/r/ctype_cp932_binlog_row.result
+++ b/mysql-test/r/ctype_cp932_binlog_row.result
@@ -6,7 +6,7 @@ CREATE TABLE t1(f1 blob);
PREPARE stmt1 FROM 'INSERT INTO t1 VALUES(?)';
SET @var1= x'8300';
EXECUTE stmt1 USING @var1;
-show binlog events from <binlog_start>;
+include/show_binlog_events.inc
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 # Query # # use `test`; CREATE TABLE t1(f1 blob)
master-bin.000001 # Query # # BEGIN