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

handler+alter table

This commit is contained in:
serg@serg.mysql.com
2002-01-03 14:31:54 +00:00
parent 8759fc48d7
commit 8b97f20024
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