1. 05 Jan, 2006 1 commit
  2. 04 Jan, 2006 22 commits
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-5.0-merge · ccd86a77
      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.
      ccd86a77
    • unknown's avatar
      set_var.cc: · f1417fcb
      unknown authored
        Fix out of order system variable.
      
      
      sql/set_var.cc:
        Fix out of order system variable.
      f1417fcb
    • unknown's avatar
      mysqlbinlog.cc: · 7df025a2
      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.
      7df025a2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 60f8bd45
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-merge
      
      60f8bd45
    • unknown's avatar
      Post-merge fixes. · 2cc1ee47
      unknown authored
      
      sql/sql_acl.cc:
        A post-merge fix.
      sql/sql_base.cc:
        A post-merge fix.
      2cc1ee47
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9a62c611
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      9a62c611
    • unknown's avatar
      BUG#16188: Could not compile · e7aee935
      unknown authored
      
      sql/sql_class.cc:
        Needed to be able to compile without RBR
      e7aee935
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-qnxfix · bc528a44
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      bc528a44
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-qnxfix · 75d907f4
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      75d907f4
    • unknown's avatar
      Fix QNX test abort in release builds and pushbuild, avoid killing our · af42f0c8
      unknown authored
      parent when we are not the process group leader.
      
      af42f0c8
    • unknown's avatar
      Merge mysql.com:/opt/local/work/mysql-4.1-7209-new · 68b60479
      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.
      68b60479
    • unknown's avatar
      A fix for Bug#7209 "Client error with "Access Denied" on updates · af13158a
      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
      af13158a
    • unknown's avatar
      BUG#14931: Temporarily add synchronization to avoid sporadic test failures until · 21dc8067
      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.
      21dc8067
    • unknown's avatar
      BUG#14931: Temporarily add synchronization to avoid sporadic test failures until · 89e484fd
      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.
      89e484fd
    • unknown's avatar
      Post-merge fixes. · 1dd13c3f
      unknown authored
      1dd13c3f
    • unknown's avatar
      Merge mkindahl@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a065cd5f
      unknown authored
      into  mysql.com:/home/bkroot/mysql-5.1-new
      
      a065cd5f
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · d174d478
      unknown authored
      into  mysql.com:/home/bk/b15924-mysql-5.1-new
      
      d174d478
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 5d501c82
      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
      5d501c82
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 70c3dc3d
      unknown authored
      into  mysql.com:/home/bk/b15942-mysql-5.1-new
      
      
      sql/handler.cc:
        Auto merged
      70c3dc3d
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-qnxtestsock · 044eeb90
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.1-new
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      044eeb90
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-5.0-qnxtestsock · cb188b37
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      cb188b37
    • unknown's avatar
      de1dbf72
  3. 03 Jan, 2006 5 commits
  4. 02 Jan, 2006 12 commits