summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler.test
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2002-01-03 14:31:54 +0000
committerserg@serg.mysql.com <>2002-01-03 14:31:54 +0000
commit8b97f200246b649ec89f68a7b919b8134a6825e2 (patch)
treef07049a38866d086e8e06f6f39532c740952a186 /mysql-test/t/handler.test
parent8759fc48d75a1eaeb34d81c75f68f2a16e7be766 (diff)
downloadmariadb-git-8b97f200246b649ec89f68a7b919b8134a6825e2.tar.gz
handler+alter table
Diffstat (limited to 'mysql-test/t/handler.test')
-rw-r--r--mysql-test/t/handler.test2
1 files changed, 2 insertions, 0 deletions
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;
+