~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/t/mysqlbinlog_row_myisam.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
let $engine_type=MyISAM;
 
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