~drizzle-developers/ubuntu/karmic/drizzle/ppa

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-11-10 22:59:29 UTC
  • mfrom: (1308.1.27 ubuntu)
  • Revision ID: mordred@inaugust.com-20101110225929-fd7pqkg4xtuidm10
* New upstream release.
* New upstream release.
* drizzledump.1 manpage shipping in tarball now.
* Removed quilt patches for things applied upstream.
* Added support for RabbitMQ plugin.
* Added support for libnotify error message plugin.
* Added build depend on libboost-iostreams-dev.
* Karmic PPA

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#   NULL input
10
10
#   large input where appropriate (CHAR/BLOB/ENUM)
11
11
 
 
12
# Ignore startup/shutdown events
 
13
--disable_query_log
 
14
--source ../plugin/transaction_log/tests/t/truncate_log.inc
 
15
--enable_query_log
 
16
 
 
17
 
12
18
# INT tests
13
19
--disable_warnings
14
20
DROP TABLE IF EXISTS t1;