mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
tests updated
This commit is contained in:
@@ -60,15 +60,13 @@ handler t2 read a=(19) where b="yyy";
|
||||
|
||||
handler t2 read first;
|
||||
handler t2 read next;
|
||||
alter table t1 type=MyISAM;
|
||||
handler t2 read next;
|
||||
--error 1064
|
||||
handler t2 read last;
|
||||
|
||||
handler t2 close;
|
||||
|
||||
#
|
||||
# DROP TABLE
|
||||
# DROP TABLE / ALTER TABLE
|
||||
#
|
||||
handler t1 open as t2;
|
||||
drop table t1;
|
||||
@@ -76,5 +74,9 @@ create table t1 (a int);
|
||||
insert into t1 values (17);
|
||||
--error 1109
|
||||
handler t2 read first;
|
||||
handler t1 open as t2;
|
||||
alter table t1 type=MyISAM;
|
||||
--error 1109
|
||||
handler t2 read first;
|
||||
drop table t1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user