~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Tests BLOB fields 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/blob.inc
7
12