mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
ndb_opt_defaults.h:
removed usage of SIGRTMIN temorarilly as it causes problems on some platforms
This commit is contained in:
parent
896e2747b7
commit
0c81869537
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue