Commit 90ed3d67 authored by unknown's avatar unknown

sql_select.cc:

  Patch to eliminate compilation error.


sql/sql_select.cc:
  Patch to eliminate compilation error.
parent 55f81e35
...@@ -4893,7 +4893,6 @@ best_extension_by_limited_search(JOIN *join, ...@@ -4893,7 +4893,6 @@ best_extension_by_limited_search(JOIN *join,
if (thd->killed) // Abort if (thd->killed) // Abort
DBUG_RETURN(TRUE); DBUG_RETURN(TRUE);
DBUG_ENTER("best_extension_by_limited_search");
DBUG_EXECUTE("opt", print_plan(join, idx, read_time, record_count, idx, DBUG_EXECUTE("opt", print_plan(join, idx, read_time, record_count, idx,
"SOFAR:");); "SOFAR:"););
......
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