1. 13 Dec, 2003 4 commits
  2. 12 Dec, 2003 13 commits
    • hf@deer.(none)'s avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0 · b4f34fdd
      hf@deer.(none) authored
      into deer.(none):/home/hf/work/mysql-4.0.1224
      b4f34fdd
    • 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
    • monty@mysql.com's avatar
      Fix autoincrement for signed columns (Bug #1366) · f995a5f4
      monty@mysql.com authored
      Fixed problem with char > 128 in QUOTE() function. (Bug #1868)
      Disable creation of symlinks if my_disable_symlink is set
      Fixed searching of TEXT with end space. (Bug #1651)
      Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711)
      Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998)
      Fixed timestamp.test
      f995a5f4
    • hf@deer.(none)'s avatar
      Fix #2093 · 0abfaa98
      hf@deer.(none) authored
      Update after discussion with Monty
      0abfaa98
    • hf@deer.(none)'s avatar
      Proposed fix for #2093 · e6e0937d
      hf@deer.(none) authored
      it happens because of the LEFT JOINT optimization in add_key_part()
      This optimization does exactly the same in JOIN and in WHERE conditions 
      Not right.
      I moved that optimization one level upper.
      e6e0937d
    • 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
  3. 11 Dec, 2003 7 commits
  4. 10 Dec, 2003 15 commits
  5. 09 Dec, 2003 1 commit