~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge in Joe's transaction id code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Tests simple RENAME 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/rename.inc
7
12