Kouhei Sutou
null+****@clear*****
Tue Jun 11 16:32:02 JST 2013
Kouhei Sutou 2013-06-11 16:32:02 +0900 (Tue, 11 Jun 2013) New Revision: 5530c74c1cae2555357d5d6f93ad3dee7610e421 https://github.com/mroonga/mroonga/commit/5530c74c1cae2555357d5d6f93ad3dee7610e421 Message: Indent Modified files: mrn_table.cpp Modified: mrn_table.cpp (+5 -5) =================================================================== --- mrn_table.cpp 2013-06-11 16:31:53 +0900 (51b51c9) +++ mrn_table.cpp 2013-06-11 16:32:02 +0900 (9da6270) @@ -1049,11 +1049,11 @@ st_mrn_slot_data *mrn_get_slot_data(THD *thd, bool can_create) *thd_ha_data(thd, mrn_hton_ptr) = (void *) slot_data; { mrn::Lock lock(&mrn_allocated_thds_mutex); - if (my_hash_insert(&mrn_allocated_thds, (uchar*) thd)) - { - free(slot_data); - DBUG_RETURN(NULL); - } + if (my_hash_insert(&mrn_allocated_thds, (uchar*) thd)) + { + free(slot_data); + DBUG_RETURN(NULL); + } } } DBUG_RETURN(slot_data); -------------- next part -------------- HTML����������������������������...Download