~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/savepoints.result

  • Committer: Henrik Ingo
  • Date: 2011-09-23 06:14:37 UTC
  • mfrom: (2425 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110923061437-ct1wedkb9s47uy2t
Merge newest trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
3
23
23
START TRANSACTION;
24
24
Warnings:
25
 
Warning 1746    There is already a transaction in progress
 
25
Warning 1747    There is already a transaction in progress
26
26
INSERT INTO t1 VALUES (4);
27
27
SAVEPOINT A;
28
28
INSERT INTO t1 VALUES (5);
36
36
3
37
37
START TRANSACTION;
38
38
Warnings:
39
 
Warning 1746    There is already a transaction in progress
 
39
Warning 1747    There is already a transaction in progress
40
40
INSERT INTO t1 VALUES (4);
41
41
SAVEPOINT A;
42
42
INSERT INTO t1 VALUES (5);