1. 12 Feb, 2007 2 commits
    • gluh@mysql.com/eagle.(none)'s avatar
      Bug#24630 Subselect query crashes mysqld · 47e537b4
      gluh@mysql.com/eagle.(none) authored
      The crash happens because second filling of the same I_S table happens in
      case of subselect with order by. table->sort.io_cache previously allocated
      in create_sort_index() is deleted during second filling
      (function get_schema_tables_result). There are two places where
      I_S table can be filled: JOIN::exec and create_sort_index().
      To fix the bug we should check if the table was already filled
      in one of these places and skip processing of the table in second.
      47e537b4
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-5.0-opt · 0583c7c5
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug26159
      0583c7c5
  2. 11 Feb, 2007 3 commits
  3. 09 Feb, 2007 6 commits
  4. 08 Feb, 2007 3 commits
  5. 07 Feb, 2007 8 commits
  6. 06 Feb, 2007 3 commits
  7. 05 Feb, 2007 1 commit
  8. 03 Feb, 2007 2 commits
  9. 02 Feb, 2007 11 commits
  10. 01 Feb, 2007 1 commit