diff options
Diffstat (limited to 'mysql-test/r/bug39022.result')
-rw-r--r-- | mysql-test/r/bug39022.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/bug39022.result b/mysql-test/r/bug39022.result index 3cdda9eeca4..599808ca7d7 100644 --- a/mysql-test/r/bug39022.result +++ b/mysql-test/r/bug39022.result @@ -1,6 +1,7 @@ # # Bug #39022: Mysql randomly crashing in lock_sec_rec_cons_read_sees # +call mtr.add_suppression("Deadlock found when trying to get lock; try restarting transaction"); CREATE TABLE t1(a TINYINT NOT NULL,b TINYINT,PRIMARY KEY(b)) ENGINE=innodb; CREATE TABLE t2(d TINYINT NOT NULL,UNIQUE KEY(d)) ENGINE=innodb; INSERT INTO t1 VALUES (13,0),(8,1),(9,2),(6,3), |