1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

removed duplicated check for thd->killed

This commit is contained in:
serg@serg.mylan
2004-04-30 21:11:36 +02:00
parent 0479213c10
commit e95debcefe

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)
{