Commit 5910bc1f authored by Monty's avatar Monty

Correction of recent PR in mroonga for 10.6 code

Updated ha_mroonga::storage_check_if_supported_inplace_alter to support
new ALTER TABLE flags.

This fixes failing tests:
mroonga/storage.alter_table_add_index_unique_duplicated
mroonga/storage.alter_table_add_index_unique_multiple_column_duplicated
parent 8edef482
......@@ -14630,6 +14630,7 @@ enum_alter_inplace_result ha_mroonga::storage_check_if_supported_inplace_alter(
MRN_ALTER_INPLACE_INFO_ADD_STORED_BASE_COLUMN |
ALTER_DROP_COLUMN |
ALTER_INDEX_ORDER |
ALTER_INDEX_IGNORABILITY |
ALTER_COLUMN_NAME;
;
if (ha_alter_info->handler_flags & explicitly_unsupported_flags) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment