2008-08-20 16:06:31 +02:00
|
|
|
# mysqlbinlog_row.test
|
|
|
|
#
|
|
|
|
# Show that mysqlbinlog displays human readable comments to
|
|
|
|
# row-based log events.
|
|
|
|
#
|
|
|
|
# Main module for the MyISAM storage engine.
|
|
|
|
#
|
|
|
|
# Calls include/mysqlbinlog_row.inc
|
|
|
|
# See there for more informaton.
|
|
|
|
#
|
|
|
|
|
|
|
|
#--source include/have_myisam.inc
|
|
|
|
let $engine_type=MyISAM;
|
|
|
|
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
--source include/have_binlog_format_row.inc
|
|
|
|
--source include/have_ucs2.inc
|
|
|
|
|
2018-03-09 14:05:22 +01:00
|
|
|
--source include/mysqlbinlog_row_engine.inc
|