~ubuntu-branches/ubuntu/quantal/drizzle/quantal

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-02-14 12:40:34 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110214124034-eih75vcr64qt4db1
Tags: 2011.02.10-0ubuntu1
* New upstream release.
* Incorporated all patches upstream.
* Added unix-socket-protocol package. Disabled it by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
INSERT INTO t2 (b) VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(100),(101);
213
213
 
214
 
--ERROR 1451
 
214
--ERROR ER_ROW_IS_REFERENCED_2
215
215
UPDATE t1 SET b = b*10 WHERE b%2=0;
216
216
--source ../plugin/transaction_log/tests/t/check_transaction_log.inc
217
217
--echo