diff options
author | unknown <serg@serg.mysql.com> | 2002-01-03 14:31:54 +0000 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-01-03 14:31:54 +0000 |
commit | 0abc68fbeb74832503634a208b21c756b510c392 (patch) | |
tree | f07049a38866d086e8e06f6f39532c740952a186 /mysql-test/r/handler.result | |
parent | dc4bbdb75efbcf2ce603c1cec46695f6ead6c8f0 (diff) | |
download | mariadb-git-0abc68fbeb74832503634a208b21c756b510c392.tar.gz |
handler+alter table
mysql-test/r/handler.result:
alter table test
mysql-test/t/handler.test:
alter table test
sql/sql_handler.cc:
bugfix
Diffstat (limited to 'mysql-test/r/handler.result')
-rw-r--r-- | mysql-test/r/handler.result | 1 |
1 files changed, 1 insertions, 0 deletions
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 |