1. 02 Feb, 2005 1 commit
    • unknown's avatar
      backported configure flag from 5.0 · e7ff7469
      unknown authored
          workaround for HPUX signal.h error, missing extern "C" 
          moved my_thread_end to NdbThreadExit
         more checks for shared memory transporter signum setup
      
      
      acinclude.m4:
        backported configure flag from 5.0
      include/my_global.h:
        workaround for HPUX signal.h error, missing extern "C"
      ndb/src/common/portlib/NdbThread.c:
        moved my_thread_end to NdbThreadExit
      ndb/src/mgmsrv/ConfigInfo.cpp:
        more checks for shared memory transporter signum setup
      e7ff7469
  2. 01 Feb, 2005 11 commits
  3. 31 Jan, 2005 17 commits
  4. 30 Jan, 2005 1 commit
    • unknown's avatar
      Bug#7011 · 934fde09
      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()
      934fde09
  5. 29 Jan, 2005 10 commits