1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

test updated

This commit is contained in:
unknown
2003-02-24 21:25:09 +01:00
parent 13626f52c3
commit d28eb77219
2 changed files with 10 additions and 11 deletions

View File

@ -129,11 +129,12 @@ a b
handler t2 read next;
a b
18 eee
alter table t1 type=innodb;
handler t2 read next;
handler t2 close;
handler t1 open as t2;
handler t2 read first;
a b
19 fff
17 ddd
alter table t1 type=innodb;
handler t2 read last;
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
handler t2 close;
drop table if exists t1;