~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge in Joe's transaction id code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# handles this.
4
4
#
5
5
 
 
6
# Ignore startup/shutdown events
 
7
--disable_query_log
 
8
--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
9
--enable_query_log
 
10
 
6
11
# Populate log with some records...
7
12
--source ../plugin/transaction_log/tests/t/rollback.inc
8
13