Kouhei Sutou
null+****@clear*****
Tue Jun 16 09:46:36 JST 2015
Kouhei Sutou 2015-06-16 09:46:36 +0900 (Tue, 16 Jun 2015) New Revision: b91d2631a1758db934f12da7f03efb8e1394d42d https://github.com/mroonga/mroonga/commit/b91d2631a1758db934f12da7f03efb8e1394d42d Message: Remove a needless newline Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+1 -2) =================================================================== --- ha_mroonga.cpp 2015-06-15 21:25:19 +0900 (f378291) +++ ha_mroonga.cpp 2015-06-16 09:46:36 +0900 (b86af49) @@ -14013,8 +14013,7 @@ bool ha_mroonga::wrapper_inplace_alter_table( n_keys = ha_alter_info->index_add_count; for (i = 0; i < n_keys; ++i) { uint key_pos = ha_alter_info->index_add_buffer[i]; - KEY *key = - &altered_table->key_info[key_pos]; + KEY *key = &altered_table->key_info[key_pos]; if (!(key->flags & HA_FULLTEXT || mrn_is_geo_key(key))) { continue; } -------------- next part -------------- HTML����������������������������... Download