From 87ee470db0ef5fd5d1308b49e39b5bf46502bb80 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 22 Feb 2003 18:22:39 +0100 Subject: tests updated --- mysql-test/t/handler.test | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mysql-test/t/handler.test') diff --git a/mysql-test/t/handler.test b/mysql-test/t/handler.test index f5bab7cf337..7020a4ab3d3 100644 --- a/mysql-test/t/handler.test +++ b/mysql-test/t/handler.test @@ -60,15 +60,13 @@ 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; --error 1064 handler t2 read last; - handler t2 close; # -# DROP TABLE +# DROP TABLE / ALTER TABLE # handler t1 open as t2; drop table t1; @@ -76,5 +74,9 @@ create table t1 (a int); insert into t1 values (17); --error 1109 handler t2 read first; +handler t1 open as t2; +alter table t1 type=MyISAM; +--error 1109 +handler t2 read first; drop table t1; -- cgit v1.2.1