Commit 2b6c4376 authored by Sergey Petrunya's avatar Sergey Petrunya

Remove junk comment

parent 99358297
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment