mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
46957a6a77
144 changed files with 2473 additions and 605 deletions
|
|
@ -5313,6 +5313,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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue