mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fix a bug in the test
This commit is contained in:
@@ -62,13 +62,15 @@ handler t2 read a=(19) where b="yyy";
|
||||
|
||||
handler t2 read first;
|
||||
handler t2 read next;
|
||||
--error 1109
|
||||
handler t2 read last;
|
||||
handler t2 close;
|
||||
|
||||
handler t1 open as t2;
|
||||
handler t2 read first;
|
||||
alter table t1 type=innodb;
|
||||
--error 1109
|
||||
handler t2 read last;
|
||||
--error 1064
|
||||
handler t2 read first;
|
||||
|
||||
drop table if exists t1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user