1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge build.mysql.com:/users/tulin/mysql-5.0

into build.mysql.com:/users/tulin/mysql-5.1
This commit is contained in:
tulin@build.mysql.com
2005-01-19 07:21:44 +01:00
2 changed files with 8 additions and 8 deletions

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(NOT_ENOUGH_TESTED) && 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