Commit 91d6278c authored by Mattias Jonsson's avatar Mattias Jonsson
Browse files

pre push fix for bug#38804

parent c51023d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
    }