Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.6
Description
A code refactoring accidentally changed ALTER_COLUMN_OPTION and ALTER_COLUMN_STORAGE_TYPE to be separate flags. InnoDB and Mroonga are only checking for the latter; the example storage engine is checking for the former only.
The impact of this bug should be incorrect operation of Mroonga when the column options GROONGA_TYPE, FLAGS are changed.
InnoDB does not define any column options, only table options, so the flag ALTER_COLUMN_OPTION should never be set.
Attachments
Issue Links
- blocks
-
MDEV-16328 ALTER TABLE…page_compression_level should not rebuild table
- Closed