mariadb/mysql-test/extra/binlog_tests
Sven Sandberg fc0f24812f BUG#38068: binlog_stm_binlog fails sporadically in pushbuild
Problem: binlog_stm_binlog runs INSERT DELAYED queries, and
then prints the contents of the binlog. Before checking the
contents of the binlog, the test waits until the rows have
appeared in the table. However, this is not enough, since
INSERT DELAYED does not write rows to the binlog at the same
time as it writes them to the table. So there is a race.
Fix: Add a FLUSH TABLES before SHOW BINLOG EVENTS. That
waits until the insert_delayed thread is done.
2008-07-23 18:56:39 +02:00
..
binlog.test Manual merge of Bug 33798 2008-02-08 10:47:25 -02:00
binlog_insert_delayed.test BUG#38068: binlog_stm_binlog fails sporadically in pushbuild 2008-07-23 18:56:39 +02:00
blackhole.test Merge mysql1000.(none):/home/andrei/MySQL/MERGE/5.0-main2rpl 2008-03-29 15:00:12 +02:00
ctype_cp932.test Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl 2008-02-20 19:49:26 +01:00
ctype_cp932_binlog.test Merge pilot.(none):/data/msvensson/mysql/bug28369/my50-bug28369 2007-06-07 19:19:29 +02:00
ctype_ucs_binlog.test Merge pilot.(none):/data/msvensson/mysql/bug28369/my50-bug28369 2007-06-07 19:19:29 +02:00
database.test Bug#32435: 2007-11-16 15:55:22 +01:00
drop_temp_table.test Merge quadxeon:m/srv/quadxeon/local/bk/maint/jun14/50 2007-06-15 18:56:11 +02:00
innodb_stat.test bug #19650 (Embedded crashes in 5.1.10) 2006-05-24 13:28:24 +05:00
insert_select-binlog.test Merge bk-internal:/home/bk/mysql-5.1-new-maint 2007-06-07 15:21:52 -07:00
mix_innodb_myisam_binlog.test Fix pushbuild errors. 2008-02-27 15:18:27 +01:00
mix_innodb_myisam_side_effects.test fix failed tests 2008-01-21 22:31:31 +08:00