Kouhei Sutou
null+****@clear*****
Tue Jul 22 23:58:07 JST 2014
Kouhei Sutou 2014-07-22 23:58:07 +0900 (Tue, 22 Jul 2014) New Revision: 856b5423d5515b9d7f75124969518abb79c7bd19 https://github.com/mroonga/mroonga/commit/856b5423d5515b9d7f75124969518abb79c7bd19 Message: storage: fix a typo... Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -1) =================================================================== --- ha_mroonga.cpp 2014-07-22 23:54:41 +0900 (c3cc009) +++ ha_mroonga.cpp 2014-07-22 23:58:07 +0900 (343b0ce) @@ -13719,7 +13719,7 @@ bool ha_mroonga::storage_inplace_alter_table( Alter_inplace_info::HA_ALTER_FLAGS rename_column_related_flags = Alter_inplace_info::ALTER_COLUMN_NAME; - if (!have_error & ha_alter_info->handler_flags & rename_column_related_flags) { + if (!have_error && ha_alter_info->handler_flags & rename_column_related_flags) { have_error = storage_inplace_alter_table_rename_column(altered_table, ha_alter_info); } -------------- next part -------------- HTML����������������������������... ダウンロード