Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2017
1 parent d40e5d7 commit 9405d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -14544,7 +14544,7 @@ enum_alter_inplace_result ha_mroonga::storage_check_if_supported_inplace_alter(
Alter_inplace_info::DROP_UNIQUE_INDEX |
MRN_ALTER_INPLACE_INFO_ADD_VIRTUAL_COLUMN |
MRN_ALTER_INPLACE_INFO_ADD_STORED_BASE_COLUMN |
// MRN_ALTER_INPLACE_INFO_ADD_STORED_VIRTUAL_COLUMN | // TODO
// MRN_ALTER_INPLACE_INFO_ADD_STORED_GENERATED_COLUMN | // TODO
Alter_inplace_info::DROP_COLUMN |
Alter_inplace_info::ALTER_COLUMN_NAME;
if (ha_alter_info->handler_flags & explicitly_unsupported_flags) {
Expand Down

0 comments on commit 9405d66

Please sign in to comment.