Navigation Menu

Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2013
1 parent 17ec55f commit 5530c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mrn_table.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 5530c74

Please sign in to comment.