1. 12 May, 2007 4 commits
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-5.0-opt · 82239b3e
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/mysql-5.1-opt
      82239b3e
    • igor@olga.mysql.com's avatar
      Post-merge fix · 5fbb3c15
      igor@olga.mysql.com authored
      5fbb3c15
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-5.0-opt · c2964d99
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/mysql-5.1-opt
      c2964d99
    • igor@olga.mysql.com's avatar
      Fixed bug #28375: a query with an NOT IN subquery predicate may cause · 11d5f7ee
      igor@olga.mysql.com authored
      a crash when the left operand of the predicate is evaluated to NULL.
      It happens when the rows from the inner tables (tables from the subquery)
      are accessed by index methods with key values obtained by evaluation of
      the left operand of the subquery predicate. When this predicate is
      evaluated to NULL an alternative access with full table scan is used
      to check whether the result set returned by the subquery is empty or not.
      The crash was due to the fact the info about the access methods used for
      regular key values was not properly restored after a switch back from the
      full scan access method had occurred.
      The patch restores this info properly.
      The same problem existed for queries with IN subquery predicates if they
      were used not at the top level of the queries.
      11d5f7ee
  2. 11 May, 2007 20 commits
  3. 10 May, 2007 6 commits
  4. 09 May, 2007 6 commits
  5. 08 May, 2007 4 commits