mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
removed duplicated check for thd->killed
This commit is contained in:
@ -2653,8 +2653,6 @@ find_best(JOIN *join,table_map rest_tables,uint idx,double record_count,
|
|||||||
ha_rows rec;
|
ha_rows rec;
|
||||||
double tmp;
|
double tmp;
|
||||||
THD *thd= join->thd;
|
THD *thd= join->thd;
|
||||||
if (thd->killed) // Abort
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!rest_tables)
|
if (!rest_tables)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user