Kouhei Sutou
null+****@clear*****
Mon Aug 14 12:05:24 JST 2017
Kouhei Sutou 2017-08-14 12:05:24 +0900 (Mon, 14 Aug 2017) New Revision: 9405d66ab6f52e74ca457c72a95ed49c0c2eee4e https://github.com/mroonga/mroonga/commit/9405d66ab6f52e74ca457c72a95ed49c0c2eee4e Message: Fix a typo Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2017-08-14 12:02:22 +0900 (b9047eb0) +++ ha_mroonga.cpp 2017-08-14 12:05:24 +0900 (636d4f6f) @@ -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) { -------------- next part -------------- HTML����������������������������...Download