1. 12 Dec, 2003 2 commits
    • dlenev@mysql.com's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 9abb4be2
      dlenev@mysql.com authored
      into mysql.com:/home/dlenev/src/mysql-4.0-mydir2
      9abb4be2
    • dlenev@mysql.com's avatar
      Fix for Bug #1952 · d7ebfbab
      dlenev@mysql.com authored
      "SHOW TABLE STATUS very slow w/large number of tables"
      Replaced old algorithm which were used in my_dir() and stored
      all information about directory entries in one chunk of memory
      with new one which stores file names and MY_STAT structures in
      separate memroot, so now we don't need to copy this data during
      reallocation of dir_entry array.
      d7ebfbab
  2. 11 Dec, 2003 7 commits
  3. 10 Dec, 2003 15 commits
  4. 09 Dec, 2003 16 commits