~skinny.moey/drizzle/innodb-replication

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-11-08 22:35:57 UTC
  • mfrom: (1802.1.114 trunk)
  • Revision ID: brian@tangent.org-20101108223557-w3xzwp9hjjtjhtc1
MergeĀ inĀ trunk.

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