1
0
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:
unknown
2004-04-30 21:11:36 +02:00
parent dc861599cd
commit 2be0cbb888

View File

@ -2653,8 +2653,6 @@ find_best(JOIN *join,table_map rest_tables,uint idx,double record_count,
ha_rows rec;
double tmp;
THD *thd= join->thd;
if (thd->killed) // Abort
return;
if (!rest_tables)
{