Loading sql/ha_partition.cc +2 −1 Original line number Diff line number Diff line Loading @@ -2502,6 +2502,7 @@ int ha_partition::open(const char *name, int mode, uint test_if_locked) sizeof(HA_DATA_PARTITION)); if (!ha_data) { if (is_not_tmp_table) pthread_mutex_unlock(&table_share->mutex); goto err_handler; } Loading Loading
sql/ha_partition.cc +2 −1 Original line number Diff line number Diff line Loading @@ -2502,6 +2502,7 @@ int ha_partition::open(const char *name, int mode, uint test_if_locked) sizeof(HA_DATA_PARTITION)); if (!ha_data) { if (is_not_tmp_table) pthread_mutex_unlock(&table_share->mutex); goto err_handler; } Loading