summaryrefslogtreecommitdiff
path: root/mysql-test/r/handler_innodb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/handler_innodb.result')
-rw-r--r--mysql-test/r/handler_innodb.result4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/handler_innodb.result b/mysql-test/r/handler_innodb.result
index 66914285733..dd4cac669c8 100644
--- a/mysql-test/r/handler_innodb.result
+++ b/mysql-test/r/handler_innodb.result
@@ -1485,10 +1485,6 @@ ERROR 42S02: Table 'test.not_exists_write' doesn't exist
# We still have the read lock.
drop table t1;
ERROR HY000: Can't execute the query because you have a conflicting read lock
-handler t1 read next;
-a b
-1 1
-handler t1 close;
handler t1 open;
select a from t2;
a