1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

handler+alter table

mysql-test/r/handler.result:
  alter table test
mysql-test/t/handler.test:
  alter table test
sql/sql_handler.cc:
  bugfix
This commit is contained in:
unknown
2002-01-03 14:31:54 +00:00
parent dc4bbdb75e
commit 0abc68fbeb
3 changed files with 8 additions and 0 deletions

View File

@ -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