diff options
Diffstat (limited to 'mysql-test/r/lock_tables_lost_commit.result')
-rw-r--r-- | mysql-test/r/lock_tables_lost_commit.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/lock_tables_lost_commit.result b/mysql-test/r/lock_tables_lost_commit.result index 769e9734c7a..394ef0a9d1c 100644 --- a/mysql-test/r/lock_tables_lost_commit.result +++ b/mysql-test/r/lock_tables_lost_commit.result @@ -9,7 +9,6 @@ disconnect con1; connection con2; SELECT * FROM t1; a -10 DROP TABLE t1; connection default; disconnect con2; |