summaryrefslogtreecommitdiff
path: root/mysql-test/r/handler.result
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2003-02-22 18:22:39 +0100
committerserg@serg.mysql.com <>2003-02-22 18:22:39 +0100
commit572e2a1568a8a561218f22bfa187b0002d642740 (patch)
treee9499380cdbd24f4eb6ad141c2a962920c90a3ab /mysql-test/r/handler.result
parente7715445f381a51019add14f110749b6b61456ab (diff)
downloadmariadb-git-572e2a1568a8a561218f22bfa187b0002d642740.tar.gz
tests updated
Diffstat (limited to 'mysql-test/r/handler.result')
-rw-r--r--mysql-test/r/handler.result5
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/r/handler.result b/mysql-test/r/handler.result
index 9760719ecf2..3be24305e09 100644
--- a/mysql-test/r/handler.result
+++ b/mysql-test/r/handler.result
@@ -129,7 +129,6 @@ a b
handler t2 read next;
a b
18 eee
-alter table t1 type=MyISAM;
handler t2 read next;
a b
19 fff
@@ -142,4 +141,8 @@ create table t1 (a int);
insert into t1 values (17);
handler t2 read first;
Unknown table 't2' in HANDLER
+handler t1 open as t2;
+alter table t1 type=MyISAM;
+handler t2 read first;
+Unknown table 't2' in HANDLER
drop table t1;