1. 12 Dec, 2003 5 commits
    • hf@deer.(none)'s avatar
      Fix for #1224 in 4.0 · 5aaa6e61
      hf@deer.(none) authored
      we didn't specify thd->priv_host properly
      5aaa6e61
    • heikki@hundin.mysql.fi's avatar
      row0upd.h, row0upd.c: · 75a662fb
      heikki@hundin.mysql.fi authored
        Remove wrong debug assertion and comment
      75a662fb
    • heikki@hundin.mysql.fi's avatar
      Many files: · d3d9b727
      heikki@hundin.mysql.fi authored
        Fix assertion failure on line 713 of row0upd.c if there is a column prefix index and the last characters in the prefix are spaces: do not assume that the length of alphabetically equal strings is the same; fix a buglet which could cause InnoDB to think that a secondary index record was not locked though it had been updated in a way which did not alpahabetically change its value, e.g., abc -> aBc
      d3d9b727
    • 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 13 commits