null+****@clear*****
null+****@clear*****
2011年 10月 27日 (木) 15:25:11 JST
Kouhei Sutou 2011-10-27 06:25:11 +0000 (Thu, 27 Oct 2011) New Revision: bdea18c6fbf3b291516adea6dd8ec8de9201fab0 Log: fix indent. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+3 -2) =================================================================== --- ha_mroonga.cc 2011-10-27 06:24:57 +0000 (d3e0b70) +++ ha_mroonga.cc 2011-10-27 06:25:11 +0000 (4580568) @@ -7425,7 +7425,8 @@ int ha_mroonga::storage_add_index_multiple_columns(KEY *key_info, record_id, current_key_info, index_columns[i + n_keys], - &key, &encoded_key))) + &key, + &encoded_key))) { break; } @@ -7540,7 +7541,7 @@ int ha_mroonga::wrapper_prepare_drop_index(TABLE *table_arg, uint *key_num, } int ha_mroonga::storage_prepare_drop_index(TABLE *table_arg, uint *key_num, - uint num_of_keys) + uint num_of_keys) { uint i; KEY *key_info = table_share->key_info;