1. 18 Jul, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#11482 4.1.12 produces different resultset for a complex query · 6e9447a8
      evgen@moonbone.local authored
        than in previous 4.1.x
      
      Wrongly applied optimization were adding NOT NULL constraint which results in
      rejecting valid rows and reduced result set.
      
      The problem was that add_notnull_conds() while checking subquery were adding
      NOT NULL constraint to left joined table, to which, normally, optimization 
      don't have to be applied.
      6e9447a8
  2. 15 Jul, 2005 9 commits
  3. 14 Jul, 2005 21 commits
  4. 13 Jul, 2005 9 commits