~ubuntu-branches/ubuntu/quantal/drizzle/quantal

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/tests/t/txn_log_insert.test

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.2.11) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20120619104649-9ij634mxm4x8pp4l
Tags: 1:7.1.36-stable-1ubuntu1
* Merge from Debian unstable. (LP: #987575)
  Remaining changes:
  - Added upstart script.
* debian/drizzle.upstart: dropped logger since upstart logs job
  output now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
 
5
5
# Ignore startup/shutdown events
6
 
--disable_query_log
7
 
--source ../plugin/transaction_log/tests/t/truncate_log.inc
8
 
--enable_query_log
 
6
#--disable_query_log
 
7
#--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
8
#--enable_query_log
9
9
 
10
10
 
11
11
# Populate log with some records...
54
54
select seapitester_clear_engine_state_history();
55
55
 
56
56
--replace_result $DRIZZLETEST_VARDIR VARDIR
57
 
--exec ../plugin/transaction_log/utilities/transaction_reader $DRIZZLETEST_VARDIR/master-data/local/transaction.log
 
57
#--exec $DRIZZLE_TRX_READER $DRIZZLETEST_VARDIR/master-data/local/transaction.log
58
58
 
59
59
# Truncate the log file to reset for the next test
60
 
--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
60
#--source ../plugin/transaction_log/tests/t/truncate_log.inc
61
61
 
62
62
select * from data_dictionary.seapitester_engine_state_history;
63
63