Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.8
-
Fix Version/s: 10.0.9
-
Component/s: None
Description
In handler::check_if_supported_inplace_alter() the server uses a bitmap of flags to tell the engine was this ALTER TABLE is supposed to do.
When only table options are changed, it uses the flag CHANGE_CREATE_OPTION. But when only field or index options are changed, this is not detected, there is no special flag for this situation (and CHANGE_CREATE_OPTION is not used either).