1. 12 Dec, 2003 9 commits
    • heikki@hundin.mysql.fi's avatar
      btr0cur.c, row0umod.c: · 6d9aca50
      heikki@hundin.mysql.fi authored
        Fix bug: if one updated a secondary index column so that its alphabetical value did not change (e.g., abc -> aBc) and rolled back the update, InnoDB failed to return the value in the secondary index to its original value
      row0upd.h:
        Correct typing error
      sync0sync.ic:
        Remove inadvertently pushed sync debug code
      6d9aca50
    • vva@eagle.mysql.r18.ru's avatar
      Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0 · c7d940e1
      vva@eagle.mysql.r18.ru authored
      into eagle.mysql.r18.ru:/home/vva/work/BUG_1951/mysql-4.0
      c7d940e1
    • vva@eagle.mysql.r18.ru's avatar
      changed %ld on %lu for output of mysql_thread_id(&mysql) · 700de3eb
      vva@eagle.mysql.r18.ru authored
      as is thread_id has type ulong
      (bug #1951 thread id is printed as "signed" instead of "unsigned" in 'mysql')
      700de3eb
    • hf@deer.(none)'s avatar
      Edited fix for #1224. · 1485d9b4
      hf@deer.(none) authored
      strcpy changed to strmake
      1485d9b4
    • 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 9 commits