~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Tests simple REPLACE statements and the transaction log
3
3
#
4
4
 
 
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
 
5
11
# Populate log with some records...
6
12
--source ../plugin/transaction_log/tests/t/replace.inc
7
13