# mysqlbinlog_row_innodb.test## Show that mysqlbinlog displays human readable comments to# row-based log events.## Main module for the InnoDB storage engine.## Calls include/mysqlbinlog_row.inc# See there for more informaton.#--sourceinclude/have_innodb.inclet$engine_type=InnoDB;## The test case would also work with statement based or mixed mode logging.# But this would require different result files. To handle this with the# current test suite, new main test cases are required.#--sourceinclude/have_binlog_format_row.inc--sourceinclude/have_ucs2.inc--sourceinclude/mysqlbinlog_row_engine.inc