From: Sergey Petrunia Date: August 5 2008 9:02pm Subject: bzr commit into mysql-6.0-opt branch (sergefp:2680) List-Archive: http://lists.mysql.com/commits/51031 Message-Id: <20080805210231.97C6A25ED04@pslp.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///home/psergey/dev/mysql-6.0-opt/ 2680 Sergey Petrunia 2008-08-06 Remove redundant comments modified: sql/sql_select.cc per-file messages: sql/sql_select.cc Remove redundant comments === 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);