summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_stm_log.result
diff options
context:
space:
mode:
authorSven Sandberg <sven@mysql.com>2008-07-29 17:36:13 +0200
committerSven Sandberg <sven@mysql.com>2008-07-29 17:36:13 +0200
commitc6bf7ead8fb4d42eb02a269ed0b61d7fff60ec90 (patch)
tree35a6c67e02d6eefb71c48643445ea025f81feab9 /mysql-test/suite/rpl/r/rpl_stm_log.result
parent159505f82bce7914a8d0b56337454bbb46478658 (diff)
downloadmariadb-git-c6bf7ead8fb4d42eb02a269ed0b61d7fff60ec90.tar.gz
BUG#38068: binlog_stm_binlog fails sporadically in pushbuild
Post-push fix: updated some result files that were affected by the previous fix to this bug. mysql-test/suite/binlog/r/binlog_killed_simulate.result: Updated result file. mysql-test/suite/binlog/r/binlog_row_binlog.result: Updated result file. mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result: Updated result file. mysql-test/suite/binlog/r/binlog_statement_insert_delayed.result: Updated result file. mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result: Updated result file. mysql-test/suite/rpl/r/rpl_stm_log.result: Updated result file.
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_stm_log.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_stm_log.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_stm_log.result b/mysql-test/suite/rpl/r/rpl_stm_log.result
index 18333f5e5e9..d29b4c92590 100644
--- a/mysql-test/suite/rpl/r/rpl_stm_log.result
+++ b/mysql-test/suite/rpl/r/rpl_stm_log.result
@@ -196,7 +196,7 @@ master-bin.000001 # Intvar # # INSERT_ID=1
master-bin.000001 # Query # # use `test`; insert into t1 values (NULL)
master-bin.000001 # Query # # use `test`; drop table t1
master-bin.000001 # Query # # use `test`; create table t1 (word char(20) not null)ENGINE=MyISAM
-master-bin.000001 # Begin_load_query # # ;file_id=#;block_len=581
+master-bin.000001 # Begin_load_query # # ;file_id=#;block_len=#
master-bin.000001 # Execute_load_query # # use `test`; load data infile '../std_data_ln/words.dat' into table t1 ignore 1 lines ;file_id=#
master-bin.000001 # Rotate # # master-bin.000002;pos=4
show binlog events in 'master-bin.000002';