~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/bulk_commit.test

  • Committer: Joseph Daly
  • Date: 2010-10-29 02:01:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101029020129-a981fu3ia5aaeppr
code cleanup, test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This test validates message format for large transactions that are broken
2
2
# up into multiple Transaction messages.
3
3
 
 
4
# Ignore startup/shutdown events
 
5
--disable_query_log
 
6
--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
7
--enable_query_log
 
8
 
4
9
CREATE TABLE t (a INT NOT NULL PRIMARY KEY, b VARCHAR(100));
5
10
 
6
11
START TRANSACTION;