ndb_opt_defaults.h:

removed usage of SIGRTMIN temorarilly as it causes problems on some platforms
This commit is contained in:
tulin@mysql.com 2005-01-28 19:28:14 +01:00
parent 896e2747b7
commit 0c81869537
2 changed files with 1 additions and 4 deletions

View file

@ -241,6 +241,7 @@ tonu@x153.internalnet
tonu@x3.internalnet
tsmith@build.mysql.com
tulin@build.mysql.com
tulin@mysql.com
ulli@morbus.(none)
venu@hundin.mysql.fi
venu@myvenu.com

View file

@ -17,11 +17,7 @@
#ifndef NDB_OPT_DEFAULTS_H
#define NDB_OPT_DEFAULTS_H
#ifdef SIGRTMIN
#define OPT_NDB_SHM_SIGNUM_DEFAULT SIGRTMIN+2
#else
#define OPT_NDB_SHM_SIGNUM_DEFAULT 0
#endif
#define OPT_NDB_SHM_DEFAULT 0
#endif