Remove junk comment

This commit is contained in:
Sergey Petrunya 2010-10-08 18:06:10 +03:00
parent 9935829762
commit 2b6c437647

View file

@ -13586,18 +13586,6 @@ evaluate_null_complemented_join_record(JOIN *join, JOIN_TAB *join_tab)
return (*join_tab->next_select)(join, join_tab+1, 0);
}
#ifdef MERGE_JUNK
//psergey3-merge: remove:
int err= 0;
(err= join_tab->cache.select->skip_record(join->thd)) != 0 ))
return NESTED_LOOP_ERROR;
rc= NESTED_LOOP_OK;
if (!select || (err= select->skip_record(join->thd)) != 0)
if (err < 0)
return NESTED_LOOP_ERROR;
rc= NESTED_LOOP_OK;
#endif
/*****************************************************************************
The different ways to read a record
Returns -1 if row was not found, 0 if row was found and 1 on errors