Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.15
-
Fix Version/s: 10.0.18
-
Component/s: Data Definition - Alter Table
-
Labels:None
Description
alter online table t1 algorithm=INPLACE, lock=NONE;
sure it does nothing, but the current implementation does a full table copy for it.
simple patch for a simple problem.
Gliffy Diagrams
Attachments
Issue Links
- links to
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
since handle_if_exists_options only removes alter_info->flags if the exists {column, fk,partition etc} exists, lets short cut that too.