mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Symlinking of tables should not work.
Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
This commit is contained in:
@@ -642,7 +642,7 @@ static TABLE *delayed_get_table(THD *thd,TABLE_LIST *table_list)
|
||||
/* Copy error message and abort */
|
||||
thd->fatal_error=1;
|
||||
strmov(thd->net.last_error,tmp->thd.net.last_error);
|
||||
thd->net.last_errno=thd->net.last_errno;
|
||||
thd->net.last_errno=tmp->thd.net.last_errno;
|
||||
}
|
||||
tmp->unlock();
|
||||
pthread_mutex_unlock(&LOCK_delayed_create);
|
||||
|
||||
Reference in New Issue
Block a user