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 · 24dd3ea8
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
      
      
      24dd3ea8
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 4594ea1f
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-bg8086
      
      
      4594ea1f
    • unknown's avatar
      Fixed a bug: deadlock without any locking, simple select and update (Bug #7975). · 56ea7702
      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.
      56ea7702
    • unknown's avatar
      Fix for BUG#9103: · 955ec71f
      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
      955ec71f
  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/ · e2e51911
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      e2e51911
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 2a8f6bb1
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      
      2a8f6bb1
    • unknown's avatar
      merged · c8723e7f
      unknown authored
      
      mysql-test/r/innodb.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      c8723e7f
    • unknown's avatar
      fil0fil.c: · ce22ebd0
      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
      ce22ebd0