From cc3bf06878d1543bcbd421afc706eba617da26ea Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 5 Mar 2008 13:59:32 +0100 Subject: [PATCH] Updating result file. mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result: Result file change. --- mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result b/mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result index abb030dd4f0..d26913da2b2 100644 --- a/mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result +++ b/mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result @@ -586,7 +586,7 @@ master-bin.000001 # Query # # use `test`; BEGIN master-bin.000001 # Table_map # # table_id: # (test.t4) master-bin.000001 # Table_map # # table_id: # (test.t1) master-bin.000001 # Write_rows # # table_id: # flags: STMT_END_F -master-bin.000001 # Xid # # COMMIT /* XID */ +master-bin.000001 # Query # # use `test`; ROLLBACK /* the output must denote there is the query */; select count(*) from t1 /* must be 4 */; count(*)