List:Commits« Previous MessageNext Message »
From:Sergey Petrunia Date:August 5 2008 9:03pm
Subject:bzr push into mysql-6.0-opt branch (sergefp:2679 to 2680)
View as plain text  
 2680 Sergey Petrunia	2008-08-06
      Remove redundant comments
modified:
  sql/sql_select.cc

 2679 Sergey Petrunia	2008-07-28
      Better comments
modified:
  sql/sql_select.h

=== modified file 'sql/sql_select.cc'
--- a/sql/sql_select.cc	2008-07-20 16:51:21 +0000
+++ b/sql/sql_select.cc	2008-08-05 21:02:24 +0000
@@ -6633,13 +6633,6 @@ best_extension_by_limited_search(JOIN   
       double current_record_count, current_read_time;
       advance_sj_state(remaining_tables, s);
 
-      /*
-        psergey-insideout-todo: 
-          when best_access_path() detects it could do an InsideOut scan or 
-          some other scan, have it return an insideout scan and a flag that 
-          requests to "fork" this loop iteration. (Q: how does that behave 
-          when the depth is insufficient??)
-      */
       /* Find the best access method from 's' to the current partial plan */
       best_access_path(join, s, thd, remaining_tables, idx,
                        record_count, read_time);

Thread
bzr push into mysql-6.0-opt branch (sergefp:2679 to 2680) Sergey Petrunia6 Aug