1. 01 Feb, 2005 2 commits
    • unknown's avatar
      After merge fixes · 13fa2407
      unknown authored
      
      innobase/mem/mem0pool.c:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      configure.in:
        Ignore changes that were backported to 4.0
      scripts/mysql_install_db.sh:
        Ignore Ramil's changes for now
      13fa2407
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 43205bbf
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      43205bbf
  2. 31 Jan, 2005 14 commits
  3. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · b8ab81f1
      unknown authored
        Fix replication for multi-update
        new test - rpl_multi_update2
      
      
      sql/mysql_priv.h:
        Bug#7011
          New function mysql_multi_update_lock()
      sql/sql_parse.cc:
        Bug#7011
          New function check_multi_update_lock()
          For multi-update on slave, perform an early open&lock
      sql/sql_update.cc:
        Bug#7011
          Split out multi-update locking into its own function,
            mysql_multi_update_lock()
      b8ab81f1
  4. 29 Jan, 2005 10 commits
  5. 28 Jan, 2005 11 commits
  6. 27 Jan, 2005 2 commits
    • unknown's avatar
      Bug#8167 signal usage clash between mysql server and ndb shared memory · c5925932
      unknown authored
          added shared memory config parameter, signum for use in signalling
          added global variable for holdign signum to be used for shared memory connection
          only fiddle with signals if it is set
          simplified common ndb client option handling
      
      
      ndb/include/Makefile.am:
        added common defaults file
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        added shared memory config parameter, signum for use in signalling
      ndb/include/transporter/TransporterDefinitions.hpp:
        added shared memory config parameter, signum for use in signalling
      ndb/include/util/ndb_opts.h:
        simplified common ndb client option handling
      ndb/src/common/mgmcommon/IPCConfig.cpp:
        added shared memory config parameter, signum for use in signalling
      ndb/src/common/portlib/NdbThread.c:
        added global variable for holdign signum to be used for shared memory connection
        only block signals if shared memory is used
      ndb/src/common/transporter/SHM_Transporter.cpp:
        use signum in new global variable for shared memory signalling
      ndb/src/common/transporter/TransporterRegistry.cpp:
        use signum in new global variable for shared memory signalling
        only fiddle with signals if it is set
      ndb/src/cw/cpcd/main.cpp:
        ndb_opts not really used
      ndb/src/kernel/vm/Configuration.cpp:
        simplified common ndb client option handling
      ndb/src/mgmclient/main.cpp:
        simplified common ndb client option handling
      ndb/src/mgmsrv/ConfigInfo.cpp:
        added shared memory config parameter, signum for use in signalling
      ndb/src/mgmsrv/main.cpp:
        simplified common ndb client option handling
      ndb/tools/delete_all.cpp:
        simplified common ndb client option handling
      ndb/tools/desc.cpp:
        simplified common ndb client option handling
      ndb/tools/drop_index.cpp:
        simplified common ndb client option handling
      ndb/tools/drop_tab.cpp:
        simplified common ndb client option handling
      ndb/tools/listTables.cpp:
        simplified common ndb client option handling
      ndb/tools/restore/restore_main.cpp:
        simplified common ndb client option handling
      ndb/tools/select_all.cpp:
        simplified common ndb client option handling
      ndb/tools/select_count.cpp:
        simplified common ndb client option handling
      ndb/tools/waiter.cpp:
        simplified common ndb client option handling
      c5925932
    • unknown's avatar
      compile-solaris-sparc-purify: · 1995ab78
      unknown authored
        Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded)
        Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options
      mysql-test-run.sh:
        Report correctly combinations of embedded+ps-protocol etc
        Added initial Purify support
      
      
      mysql-test/mysql-test-run.sh:
        Report correctly combinations of embedded+ps-protocol etc
        Added initial Purify support
      BUILD/compile-solaris-sparc-purify:
        Added preparation of mysql_client_test(_embedded) and mysqltest(_embedded)
        Added --purify, --purecov, --quantify and --cxxfilt <cxxfiltprog> options
      1995ab78