1. 19 Jan, 2005 13 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 69d7cf67
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      69d7cf67
    • unknown's avatar
      ndb compiler warning, c++ style comment in c-file · da8a9e2f
      unknown authored
      
      ndb/include/ndb_constants.h:
        remove // from .h-file
      da8a9e2f
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 21d24f34
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/include/kernel/AttributeHeader.hpp:
        Auto merged
      ndb/include/ndb_global.h.in:
        Auto merged
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Auto merged
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      21d24f34
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 628804d9
      unknown authored
      into build.mysql.com:/users/tulin/mysql-5.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      628804d9
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7893b8df
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      7893b8df
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 49ab428c
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      49ab428c
    • unknown's avatar
    • unknown's avatar
      bug#7777 - ndb compile on qnx · ed327104
      unknown authored
        remove usage of compiler supplied <new> and instead
        impl. own inlined placement new
      
      
      ndb/include/kernel/AttributeHeader.hpp:
        remove usage <new>
      ndb/include/ndb_global.h.in:
        remove usage <new>
        instead impl. own
      ndb/src/kernel/blocks/backup/BackupInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbdih/DbdihInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        remove usage <new>
      ndb/src/kernel/blocks/grep/GrepInit.cpp:
        remove usage <new>
      ndb/src/kernel/blocks/suma/SumaInit.cpp:
        remove usage <new>
      ndb/src/kernel/vm/Emulator.cpp:
        remove usage <new>
      ndb/src/kernel/vm/SimulatedBlock.hpp:
        remove usage <new>
      ndb/src/mgmapi/mgmapi_configuration.cpp:
        remove usage <new>
      ed327104
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · bfe74e69
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      configure.in:
        Auto merged
      ndb/src/common/transporter/TransporterRegistry.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      bfe74e69
    • unknown's avatar
      bug#7693 - ndb · 153160d1
      unknown authored
        when using shm transporter, set sigmask on each thread using pthread_sigmask
      
      
      configure.in:
        Add more functions needed for SHM
      ndb/src/common/portlib/NdbThread.c:
        1) Create thread wrapper function
        2) block SIGUSR1 #ifdef NDB_SHM_TRANSPORTER
      ndb/src/common/transporter/TransporterRegistry.cpp:
        (un)block SIGUSR1 #ifdef NDB_SHM_TRANSPORTER
      sql/ha_ndbcluster.cc:
        cast pointer to UintPtr before printout
      153160d1
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · a8e52500
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      
      a8e52500
    • unknown's avatar
      982e0b8c
    • unknown's avatar
      Fixes of client_test on Solaris 64 bit · 05422852
      unknown authored
      
      tests/client_test.c:
        Fixes for Solaris: 
        a) no truncation in one place (ulonglong -> double)
        b) fix a glitch with byte order and passing int * instead of char *
           as a statement attribute
      05422852
  2. 18 Jan, 2005 27 commits