1. 06 Jan, 2006 3 commits
  2. 05 Jan, 2006 18 commits
  3. 04 Jan, 2006 19 commits
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-5.0-merge · 0b47dbfc
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.1-merge
      
      
      include/config-win.h:
        Auto merged
      mysys/hash.c:
        Auto merged
      mysql-test/r/rpl_stm_sp.result:
        Auto merged
      mysql-test/t/rpl_stm_sp.test:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Auto merged
      mysql-test/r/information_schema.result:
        Manual merge.
      mysql-test/t/information_schema.test:
        Manual merge.
      sql/lock.cc:
        Manual merge.
      0b47dbfc
    • unknown's avatar
      set_var.cc: · 95321f04
      unknown authored
        Fix out of order system variable.
      
      
      sql/set_var.cc:
        Fix out of order system variable.
      95321f04
    • unknown's avatar
      mysqlbinlog.cc: · ab5144de
      unknown authored
        Put options in standard order: help first, then lexically,
        then variables.
      
      
      client/mysqlbinlog.cc:
        Put options in standard order: help first, then lexically,
        then variables.
      ab5144de
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 7bf8a9e6
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-merge
      
      
      7bf8a9e6
    • unknown's avatar
      Post-merge fixes. · 58d4830c
      unknown authored
      
      sql/sql_acl.cc:
        A post-merge fix.
      sql/sql_base.cc:
        A post-merge fix.
      58d4830c
    • unknown's avatar
      EADDRINUSE is not defined on Windows. · a6b0029f
      unknown authored
      a6b0029f
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · bd88ee1a
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      
      bd88ee1a
    • unknown's avatar
      BUG#16188: Could not compile · d102b545
      unknown authored
      
      sql/sql_class.cc:
        Needed to be able to compile without RBR
      d102b545
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-qnxfix · 0d9edb36
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      
      0d9edb36
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-qnxfix · 920cbc79
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      
      920cbc79
    • unknown's avatar
      Fix QNX test abort in release builds and pushbuild, avoid killing our · b6e0d940
      unknown authored
      parent when we are not the process group leader.
      
      
      b6e0d940
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-4.1-7209-new · 3456c4be
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-merge
      
      
      mysys/hash.c:
        Auto merged
      ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_acl.cc:
        Manual merge.
      sql/sql_base.cc:
        Manual merge.
      3456c4be
    • unknown's avatar
      A fix for Bug#7209 "Client error with "Access Denied" on updates · f577d864
      unknown authored
      when high concurrency": remove HASH::current_record and make it
      an external search parameter, so that it can not be the cause of a 
      race condition under high concurrent load.
      The bug was in a race condition in table_hash_search,
      when column_priv_hash.current_record was overwritten simultaneously
      by multiple threads, causing the search for a suitable grant record
      to fail.
      No test case as the bug is repeatable only under concurrent load.
      
      
      include/hash.h:
        - remove current_record from HASH, instead modify hash_first,
        hash_next to accept HASH_SEARCH_STATE as an IN/OUT parameter
      mysys/hash.c:
        - remove HASH::current_record
        - change declarations of functions that use HASH in read-only mode
          to accept const HASH * instead of HASH *. 
        - implement hash_search; move the old implementation of hash_search
        to hash_first
      mysys/testhash.c:
        - adjust the test case to changed function declarations
      sql/lock.cc:
        - adjust to changed declarations of hash_search, hash_next
      sql/sql_acl.cc:
        - adjust to changed declarations of hash_search, hash_next
      sql/sql_base.cc:
        - adjust to changed declarations of hash_search, hash_nex
      sql/sql_cache.cc:
        - adjust to a changed declaration of hash_replace
      f577d864
    • unknown's avatar
      BUG#14931: Temporarily add synchronization to avoid sporadic test failures until · a7bb8a97
      unknown authored
      the bug is fixed.
      
      
      mysql-test/t/rpl_row_sp000.test:
        BUG#14931: Temporarily add synchronization to avoid sporadic failures until
        the bug is fixed.
      mysql-test/r/rpl_row_sp000.result:
        BUG#14931: Temporarily add synchronization to avoid sporadic failures until
        the bug is fixed.
      mysql-test/r/rpl_stm_sp.result:
        BUG#14931: Temporarily add synchronization to avoid sporadic failures until
        the bug is fixed.
      mysql-test/t/rpl_stm_sp.test:
        BUG#14931: Temporarily add synchronization to avoid sporadic failures until
        the bug is fixed.
      a7bb8a97
    • unknown's avatar
      BUG#14931: Temporarily add synchronization to avoid sporadic test failures until · 95cecbf8
      unknown authored
      the bug is fixed.
      
      
      mysql-test/r/rpl_sp.result:
        BUG#14931: Temporarily add synchronization to avoid sporadic failures until
        the bug is fixed.
      mysql-test/t/rpl_sp.test:
        BUG#14931: Temporarily add synchronization to avoid sporadic failures until
        the bug is fixed.
      95cecbf8
    • unknown's avatar
      Post-merge fixes. · b0d716a5
      unknown authored
      b0d716a5
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1fa7eb82
      unknown authored
      into  mysql.com:/home/bkroot/mysql-5.1-new
      
      
      1fa7eb82
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 776a123d
      unknown authored
      into  mysql.com:/home/bk/b15924-mysql-5.1-new
      
      
      776a123d
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 2f13d1c0
      unknown authored
      into  mysql.com:/home/bk/b15924-mysql-5.1-new
      
      
      sql/sql_class.cc:
        Auto merged
      mysql-test/t/disabled.def:
        Merge with mysql-5.1-new
      2f13d1c0