Fix instant DROP COLUMN of multiple columns
innobase_instant_drop_col(): Remove the parameter for the table name. The InnoDB data dictionary could be out of sync with the .frm file, because renaming columns between upper and lower case may not be reflected by the InnoDB dictionary. innobase_op_instant_try(): Remember the number of the last stored column, and support dropping multiple columns at a time. FIXME: adjust SYS_COLUMNS.POS for the pre-existing (not added) virtual columns.
Showing
Please register or sign in to comment