diff options
author | unknown <tulin@mysql.com> | 2005-01-28 19:28:14 +0100 |
---|---|---|
committer | unknown <tulin@mysql.com> | 2005-01-28 19:28:14 +0100 |
commit | dde53fbb96b70090b5b7cd44026be577a94dc100 (patch) | |
tree | f3f99816257916c980e8718ab05cc5f6b0921d78 /ndb | |
parent | 158020b79651e47fff47887442793bf319a85e57 (diff) | |
download | mariadb-git-dde53fbb96b70090b5b7cd44026be577a94dc100.tar.gz |
ndb_opt_defaults.h:
removed usage of SIGRTMIN temorarilly as it causes problems on some platforms
ndb/include/ndbapi/ndb_opt_defaults.h:
removed usage of SIGRTMIN temorarilly as it causes problems on some platforms
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/include/ndbapi/ndb_opt_defaults.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ndb/include/ndbapi/ndb_opt_defaults.h b/ndb/include/ndbapi/ndb_opt_defaults.h index 63b673ed60d..d03a9dcc36f 100644 --- a/ndb/include/ndbapi/ndb_opt_defaults.h +++ b/ndb/include/ndbapi/ndb_opt_defaults.h @@ -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 |