summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb_handler.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-02-24 21:25:27 +0100
committerunknown <serg@serg.mysql.com>2003-02-24 21:25:27 +0100
commita7cb587b3d27effae57d47f5437a534d09c30958 (patch)
tree6cce5b7c2b63eef903a77b25a92824f936f90e13 /mysql-test/r/innodb_handler.result
parentd36b060f154746445a3b57371a5fe70bc265bb91 (diff)
parentd28eb772199c67b5c430fb9854f12701b980a2fb (diff)
downloadmariadb-git-a7cb587b3d27effae57d47f5437a534d09c30958.tar.gz
Merge work:/home/bk/mysql-4.0
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
Diffstat (limited to 'mysql-test/r/innodb_handler.result')
-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;