Commit 49ecdaec authored by unknown's avatar unknown

fixed again

parent 01664260
...@@ -62,14 +62,14 @@ handler t2 read a=(19) where b="yyy"; ...@@ -62,14 +62,14 @@ handler t2 read a=(19) where b="yyy";
handler t2 read first; handler t2 read first;
handler t2 read next; handler t2 read next;
--error 1109 --error 1064
handler t2 read last; handler t2 read last;
handler t2 close; handler t2 close;
handler t1 open as t2; handler t1 open as t2;
handler t2 read first; handler t2 read first;
alter table t1 type=innodb; alter table t1 type=innodb;
--error 1064 --error 1109
handler t2 read first; handler t2 read first;
drop table if exists t1; drop table if exists t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment