1. 11 May, 2006 1 commit
    • gkodinov@mysql.com's avatar
      BUG#7549: Missing error message for invalid view selection with subquery. · 0486cfbe
      gkodinov@mysql.com authored
      When a view statement is compiled on CREATE VIEW time, most of the 
      optimizations should not be done. Finding the right optimization 
      for a subquery is one of them.
      Unfortunately the optimizer is resolving the column references of 
      the left expression of IN subqueries in the process of deciding 
      witch optimization to use (if needed). So there should be a 
      special case in Item_in_subselect::fix_fields() : check the 
      validity of the left expression of IN subqueries in CREATE VIEW 
      mode and then proceed as normal. 
      0486cfbe
  2. 10 May, 2006 3 commits
  3. 09 May, 2006 9 commits
  4. 08 May, 2006 5 commits
  5. 07 May, 2006 11 commits
  6. 06 May, 2006 11 commits