diff options
Diffstat (limited to 'mysql-test/main/deadlock_innodb.result')
-rw-r--r-- | mysql-test/main/deadlock_innodb.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/main/deadlock_innodb.result b/mysql-test/main/deadlock_innodb.result index 09958bf0..9236f21c 100644 --- a/mysql-test/main/deadlock_innodb.result +++ b/mysql-test/main/deadlock_innodb.result @@ -89,11 +89,6 @@ id x 300 300 connection con2; update t2 set a=2 where b = 0; -select * from t2; -b a -0 2 -1 20 -2 30 update t1 set x=2 where id = 0; connection con1; update t1 set x=1 where id = 0; |