Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.1.21, 10.2.4
Description
Test case:
in my.cnf:
enforce_storage_engine=innodb
|
CREATE TABLE test_case ( |
id int auto_increment primary key, |
testinfo text) engine=innodb;
|
 |
ALTER TABLE `test`.`test_case` ENGINE = InnoDB PARTITION BY HASH(id); |
Fails with: unknown engine 'partition'
Attachments
Issue Links
- relates to
-
MDEV-34812 Storage engine set by enforce_storage_engine is not enforced for partioned tables
- Open