mariadb/mysql-test/extra/binlog_tests
Shivji Kumar Jha 068478fbbf BUG#14659685 - main.mysqlbinlog_row_myisam and
main.mysqlbinlog_row_innodb are skipped by mtr

=== Problem ===

The following tests are wrongly placed in main suite and as a
result these are not run with proper binlog format combinations.
Some are always skipped by mtr.
1) mysqlbinlog_row_myisam
2) mysqlbinlog_row_innodb
3) mysqlbinlog_row.test
4) mysqlbinlog_row_trans.test
5) mysqlbinlog-cp932
6) mysqlbinlog2
7) mysqlbinlog_base64

=== Background ===

mtr runs the tests placed in main suite with binlog format=stmt.
Those that need to be tested against binlog format=row or mixed
or more than one binlog format and require only one mysql server
are placed in binlog suite. mtr runs tests in binlog suite with
all three binlog formats(stmt,row and mixed).

=== Fix ===


1) Moved the test listed in problem section above to binlog suite.
2) Added prefix "binlog_" to the name of each test case moved.
   Renamed the coresponding result files and option files accordingly.
2012-10-30 10:40:07 +05:30
..
binlog.test Bug #11762407 54999: MTR GLOBAL SUPPRESSION HIDES SQL THREAD EXECUTION UNEXPECTED ERRORS 2011-02-23 10:31:37 +01:00
binlog_failure_mixing_engines.test BUG#58416: binlog.binlog_row_failure_mixing_engines fails on 2010-11-27 11:51:07 +00:00
binlog_insert_delayed.test BUG#38068: binlog_stm_binlog fails sporadically in pushbuild 2008-07-23 18:56:39 +02:00
binlog_truncate.test Bug #36763 2009-02-06 17:06:41 +01:00
blackhole.test Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08: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 WL#4189 2007-12-12 18:19:24 +01:00
database.test Bug#41888: Test binlog.binlog_database causing binlog_innodb to fail on Pushbuild. 2009-01-12 18:45:35 -05:00
drop_temp_table.test Manual Merge 2009-11-03 18:20:08 +08:00
innodb_stat.test Bug#37312 Make tests binlog_row_innodb_stat and binlog_stm_innodb_stat more robust 2008-09-22 15:15:52 -04: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 Update paths 2008-03-03 10:17:32 +01:00
mix_innodb_myisam_side_effects.test Bug #50942 mix_innodb_myisam_side_effects.test is not deterministic 2010-05-04 22:31:49 +03:00
mysqlbinlog_row_engine.inc BUG#14659685 - main.mysqlbinlog_row_myisam and 2012-10-30 10:40:07 +05:30