1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Partial merge of the patch for bug #15195 from 4.1 -> 5.0; more changes needed

This commit is contained in:
unknown
2006-07-20 00:45:47 -06:00
6 changed files with 20 additions and 3 deletions

View File

@@ -117,6 +117,10 @@ create table t1 (id int) engine=isam;
alter table t1 engine=isam;
drop table t1;
create table t1 (id int) engine=merge;
alter table t1 engine=merge;
drop table t1;
#
# Test for deprecated TYPE= syntax
#