MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_ID
with wrong data type is added Inplace alter fails to report error when fts_doc_id column with wrong data type is added. prepare_inplace_alter_table_dict(): Should check whether the column is fts_doc_id. It should be of bigint type, should accept non null data type and it should be in capital letters.
Showing
Please register or sign in to comment