mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
correct server side error messages
This commit is contained in:
@ -3023,7 +3023,6 @@ bool open_table(THD *thd, TABLE_LIST *table_list, MEM_ROOT *mem_root,
|
||||
else if (table_list->open_strategy == TABLE_LIST::OPEN_STUB)
|
||||
DBUG_RETURN(FALSE);
|
||||
|
||||
|
||||
retry_share:
|
||||
|
||||
mysql_mutex_lock(&LOCK_open);
|
||||
|
Reference in New Issue
Block a user