1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix a failing assert.

This commit is contained in:
kostja@vajra.(none)
2007-05-16 11:49:15 +04:00
parent f10effe402
commit bb2a43dd19

View File

@@ -1811,7 +1811,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. */