~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/tests/r/txn_log_insert.result

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2011-01-04 09:31:58 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104093158-smhgvkfdi2y9au3i
Tags: 2011.01.07-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
update t1 set padding="bar" where id=1;
17
17
commit;
18
18
INSERT INTO t1 (id,padding) VALUES (2, "I hate testing.");
 
19
INSERT INTO t1 (id,padding) VALUES (3, "I hate testing too.");
 
20
Got one of the listed errors
19
21
COMMIT;
20
22
select * from t1;
21
23
pk      id      padding