mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
--{skip-}merge option added which allows the user to disable merge engine and
to avoid the potential security problem. (see bug #15195: Security Breach with MERGE table)
This commit is contained in:

parent
0f070b0b32
commit
b57efe738a
@@ -1 +1 @@
|
||||
--skip-isam
|
||||
--skip-isam --skip-merge
|
||||
|
@@ -118,6 +118,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
|
||||
#
|
||||
|
Reference in New Issue
Block a user