1. 01 Nov, 2006 2 commits
    • igor@rurik.mysql.com's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0-opt · 79abdb38
      igor@rurik.mysql.com authored
      into  rurik.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug21727
      79abdb38
    • igor@rurik.mysql.com's avatar
      Fixed bug #21727. · 2a7acba7
      igor@rurik.mysql.com authored
      This is a performance issue for queries with subqueries evaluation
      of which requires filesort.
      Allocation of memory for the sort buffer at each evaluation of a
      subquery may take a significant amount of time if the buffer is rather big.
      With the fix we allocate the buffer at the first evaluation of the
      subquery and reuse it at each subsequent evaluation.
      2a7acba7
  2. 31 Oct, 2006 8 commits
  3. 24 Oct, 2006 9 commits
  4. 23 Oct, 2006 2 commits
  5. 20 Oct, 2006 7 commits
  6. 19 Oct, 2006 12 commits