~drizzle-pbxt/drizzle/drizzle-pbxt-4-pbxt

« back to all changes in this revision

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

  • Committer: Vladimir Kolesnikov
  • Date: 2010-03-10 13:00:36 UTC
  • mfrom: (1014.3.309 staging)
  • Revision ID: vladimir@primebase.org-20100310130036-gu5qlkwld3rn8g12
merge from upstream lp:drizzle rev.1323

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Tests that tables without primary keys do not have
 
3
# INSERT statements logged to the transaction log
 
4
#
 
5
 
 
6
# Populate log with some records...
 
7
--source ../plugin/transaction_log/tests/t/no_primary_key.inc
 
8
 
 
9
# Read in the transaction.log.
 
10
 
 
11
--exec ../drizzled/message/transaction_reader var/master-data/transaction.log
 
12
 
 
13
# Truncate the log file to reset for the next test
 
14
--source ../plugin/transaction_log/tests/t/truncate_log.inc