diff options
Diffstat (limited to 'mysql-test/r/crash_commit_before.result')
-rw-r--r-- | mysql-test/r/crash_commit_before.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/crash_commit_before.result b/mysql-test/r/crash_commit_before.result index 2062754bb80..22d39e1ddbd 100644 --- a/mysql-test/r/crash_commit_before.result +++ b/mysql-test/r/crash_commit_before.result @@ -1,7 +1,7 @@ CREATE TABLE t1(a int) engine=innodb; START TRANSACTION; insert into t1 values(9); -SET GLOBAL debug="d,crash_commit_before"; +SET GLOBAL debug_dbug="d,crash_commit_before"; COMMIT; ERROR HY000: Lost connection to MySQL server during query SHOW CREATE TABLE t1; |