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, 4 insertions, 0 deletions
diff --git a/mysql-test/r/handler_innodb.result b/mysql-test/r/handler_innodb.result
index 59a46cabe5f..957fc30acef 100644
--- a/mysql-test/r/handler_innodb.result
+++ b/mysql-test/r/handler_innodb.result
@@ -739,3 +739,7 @@ handler t1 read a next;
ERROR HY000: Table storage engine for 't1' doesn't have this option
handler t1 close;
drop table t1;
+USE information_schema;
+HANDLER COLUMNS OPEN;
+ERROR HY000: Incorrect usage of HANDLER OPEN and information_schema
+USE test;