~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber at stabletransit
  • Date: 2010-10-11 17:56:42 UTC
  • mfrom: (1838.1.2 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101011175642-mmdeyo76k2kdjmt3
Merge Shrews - Fix bug 656971: Replication stream should send server events 
Merge Andrew - Fix bug 655954: Drizzledump conversion of '0000-00-00' date values to NULL can be problematic on NOT NULL columns

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