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:
@@ -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:"););
|
||||
|
||||
|
||||
Reference in New Issue
Block a user