null+****@clear*****
null+****@clear*****
2012年 1月 29日 (日) 21:12:17 JST
Kouhei Sutou 2012-01-29 21:12:17 +0900 (Sun, 29 Jan 2012) New Revision: 565414c905c55dc9e4db0801b0c5239ce70a4cf3 Log: fix indent. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+2 -3) =================================================================== --- ha_mroonga.cc 2012-01-29 19:29:38 +0900 (0bf4012) +++ ha_mroonga.cc 2012-01-29 21:12:17 +0900 (8444205) @@ -7106,9 +7106,8 @@ void ha_mroonga::storage_store_field_integer(Field *field, value_length); push_warning(ha_thd(), Sql_condition::WARN_LEVEL_WARN, HA_ERR_UNSUPPORTED, error_message); - } - storage_store_field_string(field, value, value_length); - break; + storage_store_field_string(field, value, value_length); + break; } }