Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä 2020-10-22 13:27:18 +03:00
commit 46957a6a77
144 changed files with 2473 additions and 605 deletions

View file

@ -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;
}
}
}
}