~ubuntu-branches/ubuntu/trusty/drizzle/trusty-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-03-15 10:41:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315104118-7uebxox1vo838xkz
Tags: 2011.03.13-1
* New upstream release.
* Added slave plugin.
* Removed archive, blackhole and blitzdb plugins.
* Moved location of libdrizzle headers.
* Removed drizzleadmin manpage patch.
* Add drizzle_safe_write_string to symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Test of CREATE TABLE statements and how the transaction log
3
3
# captures / represents them
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
--echo Testing simple CREATE
6
11
--disable_warnings
7
12
DROP TABLE IF EXISTS t1;