#At file:///home/rl136806/mysql/repo/mysql-review/ based on revid:epotemkin@stripped
3221 Roy Lyseng 2010-07-30
Delete redundant and erroneous call to print_plan().
This function is only called in debug mode, so implication is minor.
modified:
sql/sql_select.cc
=== modified file 'sql/sql_select.cc'
--- a/sql/sql_select.cc 2010-07-29 09:56:47 +0000
+++ b/sql/sql_select.cc 2010-07-30 07:32:20 +0000
@@ -7878,9 +7878,6 @@ best_extension_by_limited_search(JOIN
if (thd->killed) // Abort
DBUG_RETURN(TRUE);
- DBUG_EXECUTE("opt", print_plan(join, idx, read_time, record_count, idx,
- "SOFAR:"););
-
/*
'join' is a partial plan with lower cost than the best plan so far,
so continue expanding it further with the tables in 'remaining_tables'.
Attachment: [text/bzr-bundle] bzr/roy.lyseng@oracle.com-20100730073220-4ftoia6pm7120ehc.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-opt-backporting branch (roy.lyseng:3221) | Roy Lyseng | 30 Jul |