mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 to 10.5
This commit is contained in:
@ -5251,6 +5251,11 @@ int get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond)
|
||||
free_root(&tmp_mem_root, MY_MARK_BLOCKS_FREE);
|
||||
}
|
||||
}
|
||||
if (thd->killed == ABORT_QUERY)
|
||||
{
|
||||
error= 0;
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user