mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-7324 - Lock-free hash for table definition cache
This commit is contained in:
@@ -3048,7 +3048,7 @@ bool Delayed_insert::handle_inserts(void)
|
||||
|
||||
THD_STAGE_INFO(&thd, stage_insert);
|
||||
max_rows= delayed_insert_limit;
|
||||
if (thd.killed || table->s->tdc.flushed)
|
||||
if (thd.killed || table->s->tdc->flushed)
|
||||
{
|
||||
thd.killed= KILL_SYSTEM_THREAD;
|
||||
max_rows= ULONG_MAX; // Do as much as possible
|
||||
|
Reference in New Issue
Block a user