From 8b97f200246b649ec89f68a7b919b8134a6825e2 Mon Sep 17 00:00:00 2001 From: "serg@serg.mysql.com" <> Date: Thu, 3 Jan 2002 14:31:54 +0000 Subject: handler+alter table --- mysql-test/r/handler.result | 1 + mysql-test/t/handler.test | 2 ++ 2 files changed, 3 insertions(+) (limited to 'mysql-test') diff --git a/mysql-test/r/handler.result b/mysql-test/r/handler.result index cd39657c470..d495dde75bf 100644 --- a/mysql-test/r/handler.result +++ b/mysql-test/r/handler.result @@ -129,6 +129,7 @@ a b handler t2 read next; a b 18 eee +alter table t1 type=MyISAM; handler t2 read next; a b 19 fff diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test index 359c5641056..4f1b11c80ff 100644 --- a/mysql-test/t/handler.test +++ b/mysql-test/t/handler.test @@ -58,8 +58,10 @@ 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; !$1064 handler t2 read last; handler t2 close; drop table if exists t1; + -- cgit v1.2.1