~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/t/binlog_gtid_mysqlbinlog_row_innodb.test

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_gtid.inc
 
13
 
 
14
--source include/have_innodb.inc
 
15
--source include/have_innodb_16k.inc
 
16
let $engine_type=InnoDB;
 
17
 
 
18
#
 
19
# The test case would also work with statement based or mixed mode logging.
 
20
# But this would require different result files. To handle this with the
 
21
# current test suite, new main test cases are required.
 
22
#
 
23
--source include/have_binlog_format_row.inc
 
24
--source include/have_ucs2.inc 
 
25
 
 
26
--source extra/binlog_tests/mysqlbinlog_row_engine.inc
 
27