summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-02-24 21:25:09 +0100
committerunknown <serg@serg.mysql.com>2003-02-24 21:25:09 +0100
commitd28eb772199c67b5c430fb9854f12701b980a2fb (patch)
treeef7f195aa419d741e285c235bb005305fed2a9b3 /mysql-test/r
parent13626f52c3ceb2fd630b987b502f013709b1a4ce (diff)
downloadmariadb-git-d28eb772199c67b5c430fb9854f12701b980a2fb.tar.gz
test updated
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/innodb_handler.result9
1 files changed, 5 insertions, 4 deletions
diff --git a/mysql-test/r/innodb_handler.result b/mysql-test/r/innodb_handler.result
index a55114a0e3d..79ebd96ceaf 100644
--- a/mysql-test/r/innodb_handler.result
+++ b/mysql-test/r/innodb_handler.result
@@ -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;