~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# test of various ALTER TABLE statements
3
3
# and how they are captured by the transaction log
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
 
 
10
5
--echo Testing RENAME table - positive 
11
6
--disable_warnings
12
7
DROP TABLE IF EXISTS t1, t1_new_name;