1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

sql_select.cc:

Patch to eliminate compilation error.


sql/sql_select.cc:
  Patch to eliminate compilation error.
This commit is contained in:
unknown
2007-05-31 20:32:18 +05:00
parent 55f81e3546
commit 90ed3d671c

View File

@@ -4893,7 +4893,6 @@ best_extension_by_limited_search(JOIN *join,
if (thd->killed) // Abort
DBUG_RETURN(TRUE);
DBUG_ENTER("best_extension_by_limited_search");
DBUG_EXECUTE("opt", print_plan(join, idx, read_time, record_count, idx,
"SOFAR:"););