~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/deadlock_innodb.result

  • Committer: Eric Day
  • Date: 2009-10-31 21:53:33 UTC
  • mfrom: (1200 staging)
  • mto: This revision was merged to the branch mainline in revision 1202.
  • Revision ID: eday@oddments.org-20091031215333-j94bjoanwmi68p6f
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
0       10
38
38
1       20
39
39
2       30
40
 
update t2 set a=100 where b=(SELECT x from t1 where id = b FOR UPDATE);
 
40
select x from t1 where id=0 FOR UPDATE;
 
41
x
 
42
0
 
43
update t2 set a=100 where b=(SELECT x from t1 where id = b);
41
44
select * from t2;
42
45
b       a
43
46
0       100