1. 19 Jan, 2005 5 commits
    • 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 35 commits