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/alter_table-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/alter_table-big.result')
-rw-r--r-- | mysql-test/r/alter_table-big.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/alter_table-big.result b/mysql-test/r/alter_table-big.result index 33af60938a1..d1ec258873f 100644 --- a/mysql-test/r/alter_table-big.result +++ b/mysql-test/r/alter_table-big.result @@ -14,7 +14,7 @@ set debug_sync='now WAIT_FOR parked'; insert into t2 values (1); insert into t1 values (1, 1, 1);; set debug_sync='now SIGNAL go'; -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 t2 values (1) @@ -57,7 +57,7 @@ rename table t1 to t3; drop table t3; set debug_sync='alter_table_before_main_binlog SIGNAL parked WAIT_FOR go'; 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`; alter table t1 change i c char(10) default 'Test1' master-bin.000001 # Query # # BEGIN |