At file:///home/psergey/dev/mysql-next/

------------------------------------------------------------
revno: 2814
revision-id: pser...@askmonty.org-20090704004450-4pqbx9pm50bzky0l
parent: a...@sun.com-20090702085822-8svd0aslr7qnddbb
committer: Sergey Petrunya <pser...@askmonty.org>
branch nick: mysql-next
timestamp: Sat 2009-07-04 04:44:50 +0400
message:
  Better comments
=== modified file 'sql/sql_select.cc'
--- a/sql/sql_select.cc 2009-06-30 08:03:05 +0000
+++ b/sql/sql_select.cc 2009-07-04 00:44:50 +0000
@@ -3407,8 +3407,8 @@
   sj_nest->sj_on_expr->fix_fields(parent_join->thd, &sj_nest->sj_on_expr);
 
   /*
-    Walk through sj nest's WHERE and ON expressions and call
-    item->fix_table_changes() for all items.
+    Fix attributes (mainly item->table_map()) for sj-nest's WHERE and ON
+    expressions.
   */
   sj_nest->sj_on_expr->fix_after_pullout(parent_lex, &sj_nest->sj_on_expr);
   fix_list_after_tbl_changes(parent_lex, &sj_nest->nested_join->join_list);


_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to