Navigation Menu

Skip to content

Commit

Permalink
storage: fix a typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 22, 2014
1 parent 60b934b commit 856b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -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);
}

Expand Down

0 comments on commit 856b542

Please sign in to comment.