~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: kalebral at gmail
  • Date: 2011-02-04 17:01:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2145.
  • Revision ID: kalebral@gmail.com-20110204170143-stl04hnyaa3kq0to
remove remaining error numbers for tests, fail if test has error numbers

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
 
179
179
INSERT INTO t2 (b) VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(100),(101);
180
180
 
181
 
--ERROR 1451
 
181
--ERROR ER_ROW_IS_REFERENCED_2
182
182
DELETE FROM t1 WHERE b%2=0;
183
183
--source ../plugin/transaction_log/tests/t/check_transaction_log.inc
184
184
--echo