diff options
author | lenz@mysql.com <> | 2004-04-26 22:37:42 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-04-26 22:37:42 +0200 |
commit | fc9a33929466f4405ed768fd0b0c7dbbae594c61 (patch) | |
tree | 051beda4dbeec275b54d123850d3d286e4d736ff /include/mysql_embed.h | |
parent | 78b242c946ff166190ad998a9294023e26214a09 (diff) | |
download | mariadb-git-fc9a33929466f4405ed768fd0b0c7dbbae594c61.tar.gz |
- disabled the NDB Cluster from the embedded server
- added compiling of the NDB Cluster to compile-pentium-max
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r-- | include/mysql_embed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h index 7a169d4133e..8e65087c566 100644 --- a/include/mysql_embed.h +++ b/include/mysql_embed.h @@ -26,6 +26,7 @@ #undef HAVE_OPENSSL #undef HAVE_ISAM #undef HAVE_SMEM /* No shared memory */ +#undef HAVE_NDBCLUSTER_DB /* No NDB cluster */ #define DONT_USE_RAID |