1# mysqlbinlog_row.test
2#
3# Show that mysqlbinlog displays human readable comments to
4# row-based log events.
5#
6# Main module for the MyISAM storage engine.
7#
8# Calls include/mysqlbinlog_row.inc
9# See there for more informaton.
10#
11
12#--source include/have_myisam.inc
13--source include/have_gtid.inc
14let $engine_type=MyISAM;
15
16#
17# The test case would also work with statement based or mixed mode logging.
18# But this would require different result files. To handle this with the
19# current test suite, new main test cases are required.
20#
21--source include/have_binlog_format_row.inc
22--source include/have_ucs2.inc
23
24--source extra/binlog_tests/mysqlbinlog_row_engine.inc
25