← Back to team overview

maria-developers team mailing list archive

Rev 2770: Prepare for OJ+SJ handling: Make replace_where_subcondition() not to assume in file:///home/psergey/dev/maria-5.3-subqueries-r7/

 

At file:///home/psergey/dev/maria-5.3-subqueries-r7/

------------------------------------------------------------
revno: 2770
revision-id: psergey@xxxxxxxxxxxx-20100225080910-38wapbgw5vpm6nax
parent: psergey@xxxxxxxxxxxx-20100224113342-k558ogyr3cik1767
committer: Sergey Petrunya <psergey@xxxxxxxxxxxx>
branch nick: maria-5.3-subqueries-r7
timestamp: Thu 2010-02-25 08:09:10 +0000
message:
  Prepare for OJ+SJ handling: Make replace_where_subcondition() not to assume
  it's working on the WHERE clause.
=== modified file 'sql/opt_subselect.cc'
--- a/sql/opt_subselect.cc	2010-02-17 21:59:41 +0000
+++ b/sql/opt_subselect.cc	2010-02-25 08:09:10 +0000
@@ -536,7 +536,6 @@
     *expr= new_cond;
     if (do_fix_fields)
       new_cond->fix_fields(join->thd, expr);
-    join->select_lex->where= *expr;
     return FALSE;
   }