-
Type:
Task
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Data Definition - Alter Table, Storage Engine - InnoDB
-
Labels:None
This is related to the following upstream feature request:
https://bugs.mysql.com/bug.php?id=57583
I want rebuild all secondary indexes on a table without specifying DDL for each index. It is much easier to run "alter table foo engine=innodb" for each table than to drop/add each index. However when I run "alter table foo engine=innodb" it does not appear to use fast index creation based on the space used by the table and reported in SHOW TABLE STATUS for the index.
- relates to
-
MDEV-10453 Allow ONLINE or ALGORITHM=INPLACE with OPTIMIZE TABLE
-
- Open
-