~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: David Shrewsbury
  • Date: 2010-10-10 22:32:43 UTC
  • mto: (1838.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1839.
  • Revision ID: shrewsbury.dave@gmail.com-20101010223243-9i0xvh0da7fbna7e
Add server startup and shutdown events to the replication stream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Tests simple TRUNCATE TABLE statements and the transaction log
3
3
#
4
4
 
 
5
# Ignore startup/shutdown events
 
6
--disable_query_log
 
7
--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
8
--enable_query_log
 
9
 
5
10
# Populate log with some records...
6
11
--source ../plugin/transaction_log/tests/t/truncate.inc
7
12