mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / binlog / t / binlog_mysqlbinlog_row_myisam.test
blob9b941282399424af2b01bff862b797ef798a991b
1 # mysqlbinlog_row.test
3 # Show that mysqlbinlog displays human readable comments to
4 # row-based log events.
6 # Main module for the MyISAM storage engine.
8 # Calls include/mysqlbinlog_row.inc
9 # See there for more informaton.
12 #--source include/have_myisam.inc
13 let $engine_type=MyISAM;
16 # The test case would also work with statement based or mixed mode logging.
17 # But this would require different result files. To handle this with the
18 # current test suite, new main test cases are required.
20 --source include/have_binlog_format_row.inc
21 --source include/have_ucs2.inc 
23 --source extra/binlog_tests/mysqlbinlog_row_engine.inc