diff options
author | unknown <timour@askmonty.org> | 2012-10-22 12:55:29 +0300 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-10-22 12:55:29 +0300 |
commit | 76d8a43e340acbbd5ec6a6906e1ff3e8c60cfa43 (patch) | |
tree | bec20ebd93bec3d85ae1160eb562e6cbc4180159 /mysql-test/r/create-big.result | |
parent | cd1de362ed0115257aec2be12fd645cbc71e701c (diff) | |
download | mariadb-git-76d8a43e340acbbd5ec6a6906e1ff3e8c60cfa43.tar.gz |
MDEV-571
Adjusted test case results after the merge 10.0-base, 10.0-monty.
The results are in sync with MySQL 5.6.7.
Diffstat (limited to 'mysql-test/r/create-big.result')
-rw-r--r-- | mysql-test/r/create-big.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/create-big.result b/mysql-test/r/create-big.result index 4cce5d8618c..783c646545c 100644 --- a/mysql-test/r/create-big.result +++ b/mysql-test/r/create-big.result @@ -186,7 +186,7 @@ t2 CREATE TABLE `t2` ( `i` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t2; -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 # # BEGIN master-bin.000001 # Query # # use `test`; insert into t1 values (1) @@ -214,7 +214,7 @@ drop table t1;; set debug_sync='now SIGNAL go'; drop table t2; set debug_sync='RESET'; -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 t2 like t1 master-bin.000001 # Query # # BEGIN |