1# mysqlbinlog_row_innodb.test
2#
3# Show that mysqlbinlog displays human readable comments to
4# row-based log events.
5#
6# Main module for the InnoDB storage engine.
7#
8# Calls include/mysqlbinlog_row.inc
9# See there for more informaton.
10#
11
12--source include/have_innodb.inc
13let $engine_type=InnoDB;
14
15#
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.
19#
20--source include/have_binlog_format_row.inc
21--source include/have_ucs2.inc
22
23--source include/mysqlbinlog_row_engine.inc
24
25