1
0
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:
Daniel Black
2015-04-12 21:40:07 +10:00
parent 9b067a3e9f
commit 4409e04d89
5 changed files with 4 additions and 29 deletions

View File

@ -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);