1. 19 Jan, 2005 5 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 0038bc48
      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
      0038bc48
    • unknown's avatar
      bug#7693 - ndb · 523bed35
      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
      523bed35
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 2200a496
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      2200a496
    • unknown's avatar
      629f9337
    • unknown's avatar
      Fixes of client_test on Solaris 64 bit · 8c53cfd1
      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
      8c53cfd1
  2. 18 Jan, 2005 35 commits