Commit ffa7179e authored by unknown's avatar unknown

A post-merge fix.

parent fc7ef4be
...@@ -1871,7 +1871,7 @@ void drop_open_table(THD *thd, TABLE *table, const char *db_name, ...@@ -1871,7 +1871,7 @@ void drop_open_table(THD *thd, TABLE *table, const char *db_name,
close_temporary_table(thd, table, 1, 1); close_temporary_table(thd, table, 1, 1);
else else
{ {
handlerton *table_type= table->s->db_type; handlerton *table_type= table->s->db_type();
VOID(pthread_mutex_lock(&LOCK_open)); VOID(pthread_mutex_lock(&LOCK_open));
/* /*
unlink_open_table() also tells threads waiting for refresh or close unlink_open_table() also tells threads waiting for refresh or close
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment