1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

lots of HAVE_ and some ndb_global fixes for ndb subtree

ndb/include/portlib/NdbTCP.h:
  introduced ndb_net.h
ndb/include/portlib/NdbThread.h:
  ndb_global
ndb/src/common/portlib/unix/NdbCondition.c:
  Used HAVE_CLOCK_GETTIME
ndb/src/common/portlib/unix/NdbMem.c:
  used HAVE_MLOCKALL
ndb/src/common/portlib/unix/NdbSleep.c:
  ndb_global
ndb/src/common/portlib/unix/NdbThread.c:
  .
ndb/src/common/portlib/unix/NdbTick.c:
  HAVE_CLOCK_GETTIME
ndb/src/kernel/vm/Emulator.cpp:
  ndb_global
This commit is contained in:
unknown
2004-05-11 14:39:17 +02:00
parent ce2d84ce40
commit f23d1ad6c2
9 changed files with 29 additions and 83 deletions

7
ndb/include/ndb_net.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef NDBNET_H
#define NDBNET_H
#include <my_net.h>
#endif