removed default usage of shared memory transporter as it is not verified on enough platforms

This commit is contained in:
tomas@poseidon.ndb.mysql.com 2005-01-18 22:09:15 +01:00
parent 1b8e1674b4
commit aabe11028a
2 changed files with 8 additions and 8 deletions

View File

@ -34,11 +34,11 @@ OPT_NDB_OPTIMIZED_NODE_SELECTION
#define OPT_NDB_CONNECTSTRING 'c'
#if defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
#define OPT_NDB_SHM_DEFAULT 1
#else
//#if defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
//#define OPT_NDB_SHM_DEFAULT 1
//#else
#define OPT_NDB_SHM_DEFAULT 0
#endif
//#endif
#define NDB_STD_OPTS_COMMON \
{ "usage", '?', "Display this help and exit.", \

View File

@ -54,11 +54,11 @@
#endif
#ifdef HAVE_NDBCLUSTER_DB
#define OPT_NDBCLUSTER_DEFAULT 0
#if defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
#define OPT_NDB_SHM_DEFAULT 1
#else
//#if defined(NDB_SHM_TRANSPORTER) && MYSQL_VERSION_ID >= 50000
//#define OPT_NDB_SHM_DEFAULT 1
//#else
#define OPT_NDB_SHM_DEFAULT 0
#endif
//#endif
#else
#define OPT_NDBCLUSTER_DEFAULT 0
#endif