summaryrefslogtreecommitdiff
path: root/mysql-test/t/innodb_handler.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-02-25 21:20:22 +0100
committerunknown <serg@serg.mysql.com>2003-02-25 21:20:22 +0100
commit49ecdaec0bb7a29108157f58b90e18234d4241d3 (patch)
tree555dcc2778c258febeb9a75d62d35240b66d1240 /mysql-test/t/innodb_handler.test
parent0166426067d9c6361028074a95b8aa03de6d0ff6 (diff)
downloadmariadb-git-49ecdaec0bb7a29108157f58b90e18234d4241d3.tar.gz
fixed again
Diffstat (limited to 'mysql-test/t/innodb_handler.test')
-rw-r--r--mysql-test/t/innodb_handler.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/innodb_handler.test b/mysql-test/t/innodb_handler.test
index 5483871494e..c6448eba3ef 100644
--- a/mysql-test/t/innodb_handler.test
+++ b/mysql-test/t/innodb_handler.test
@@ -62,14 +62,14 @@ handler t2 read a=(19) where b="yyy";
handler t2 read first;
handler t2 read next;
---error 1109
+--error 1064
handler t2 read last;
handler t2 close;
handler t1 open as t2;
handler t2 read first;
alter table t1 type=innodb;
---error 1064
+--error 1109
handler t2 read first;
drop table if exists t1;