mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
Merge vajra.(none):/opt/local/work/mysql-5.0-21483
into vajra.(none):/opt/local/work/mysql-5.1-21483 sql/sql_insert.cc: Auto merged
This commit is contained in:
commit
c51b890527
1 changed files with 1 additions and 1 deletions
|
@ -1858,7 +1858,7 @@ bool delayed_get_table(THD *thd, TABLE_LIST *table_list)
|
|||
pthread_mutex_unlock(&tmp->mutex);
|
||||
if (table_list->table)
|
||||
{
|
||||
DBUG_ASSERT(tmp->thd.net.report_error == 0 && thd->net.report_error == 0);
|
||||
DBUG_ASSERT(thd->net.report_error == 0);
|
||||
thd->di=tmp;
|
||||
}
|
||||
/* Unlock the delayed insert object after its last access. */
|
||||
|
|
Loading…
Add table
Reference in a new issue