1. 20 Apr, 2005 3 commits
  2. 19 Apr, 2005 6 commits
  3. 18 Apr, 2005 4 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 300d33fb
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
      
      300d33fb
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · ffc8a1b1
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
      
      ffc8a1b1
    • unknown's avatar
      Fixed a bug: deadlock without any locking, simple select and update (Bug #7975). · ddbea705
      unknown authored
      Backported from 5.0.3.
      
      
      innobase/row/row0ins.c:
        If the SQL-query will update or replace duplicate records we take X-lock
        for duplicate records.
      sql/ha_innodb.cc:
        INSERT ON DUPLICATE KEY UPDATE will also update duplicate records and we should
        take X-lock in this case for duplicate records.
      ddbea705
    • unknown's avatar
      Fix for BUG#9103: · 11493b88
      unknown authored
      Don't produce data truncation warnings from within cp_buffer_from_ref(). This function
      is only used to make index search tuples and data truncation that occurs here has no
      relation with truncated values being saved into tables.
      
      
      mysql-test/r/update.result:
        Testcase for BUG#9103
      mysql-test/t/update.test:
        Testcase for BUG#9103
      sql/opt_range.cc:
        cp_buffer_from_ref now has THD* parameter
      sql/sql_select.h:
        cp_buffer_from_ref now has THD* parameter
      11493b88
  4. 17 Apr, 2005 3 commits
  5. 16 Apr, 2005 9 commits
  6. 15 Apr, 2005 11 commits
  7. 14 Apr, 2005 4 commits
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 8460ac64
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      8460ac64
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · a0dfd2ff
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      a0dfd2ff
    • unknown's avatar
      merged · a36121f3
      unknown authored
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      a36121f3
    • unknown's avatar
      fil0fil.c: · 15e58b0f
      unknown authored
        Add fault tolerance in the scan of .ibd files at a crash recovery; formerly a single failure of readdir_get_next caused the rest of the directory to be skipped
      
      
      innobase/fil/fil0fil.c:
        Add fault tolerance in the scan of .ibd files at a crash recovery; formerly a single failure of readdir_get_next caused the rest of the directory to be skipped
      15e58b0f