~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/sync_method_every_write.result

  • Committer: Brian Aker
  • Date: 2010-02-03 21:54:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1281.
  • Revision ID: brian@gaz-20100203215438-9ixkp214vio85mub
Fixing test cases/removed dead optimizer switches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
2
2
WHERE Variable_name LIKE 'transaction_log%';
3
3
VARIABLE_NAME   VARIABLE_VALUE
4
 
TRANSACTION_LOG_ENABLE  ON
5
 
TRANSACTION_LOG_ENABLE_CHECKSUM OFF
6
 
TRANSACTION_LOG_LOG_FILE        transaction.log
7
 
TRANSACTION_LOG_SYNC_METHOD     1
8
 
TRANSACTION_LOG_TRUNCATE_DEBUG  OFF
 
4
transaction_log_enable  ON
 
5
transaction_log_enable_checksum OFF
 
6
transaction_log_log_file        transaction.log
 
7
transaction_log_sync_method     1
 
8
transaction_log_truncate_debug  OFF