mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
fix a bug in the test
This commit is contained in:
parent
a7cb587b3d
commit
11139d6f31
2 changed files with 8 additions and 4 deletions
|
|
@ -129,12 +129,14 @@ a b
|
|||
handler t2 read next;
|
||||
a b
|
||||
18 eee
|
||||
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;
|
||||
handler t1 open as t2;
|
||||
handler t2 read first;
|
||||
a b
|
||||
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 read first;
|
||||
Unknown table 't2' in HANDLER
|
||||
drop table if exists t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue