mariadb/ndb/include/portlib
unknown f2727ff26a BUG#10950
make previous patch portable by abstracting to Ndb_check_socket_hup.
Is in portlib rather than mysys due to the socket parameter being NDB_SOCKET_TYPE


ndb/include/portlib/NdbTCP.h:
  Add Ndb_check_socket_hup prototype
ndb/src/common/portlib/NdbTCP.cpp:
  Implement Ndb_check_socket_hup for unix like systems using the poll system call.
ndb/src/common/portlib/win32/NdbTCP.c:
  Implement Ndb_check_socket_hup(NDB_SOCKET_TYPE) for win32 using the select() call.
  
  (should work okay - unable to test on win32 due to status of ndb port though)
ndb/src/mgmapi/mgmapi.cpp:
  Use the portable (portlib) Ndb_check_socket_hup to check socket status
2005-08-17 08:40:11 +10:00
..
NdbCondition.h fix c++ style comments in .h and .c files 2004-10-22 11:59:57 +00:00
NdbConfig.h moved ndb_restore together with rest of the ndb tools 2004-11-14 11:02:06 +00:00
NdbDaemon.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbEnv.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbHost.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbMain.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbMem.h more removing of "system" files and introducing ndb_global/my_global 2004-05-07 15:34:12 +02:00
NdbMutex.h removed usage of NDB_MUTEX_INITIALIZER 2004-10-25 15:21:49 +00:00
NdbSleep.h Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
NdbTCP.h BUG#10950 2005-08-17 08:40:11 +10:00
NdbThread.h cleanup and streamlining of thread create/exit in ndb 2005-02-01 19:01:37 +01:00
NdbTick.h fix compiler warnings in ndb 2004-05-10 11:50:17 +02:00
PortDefs.h wl1744 - nbd windoze port 2004-11-10 14:18:49 +01:00
prefetch.h fix c++ style comments in .h and .c files 2004-10-22 11:59:57 +00:00