diff options
author | joerg@mysql.com <> | 2006-02-15 21:04:42 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-02-15 21:04:42 +0100 |
commit | 26ddd4fa45f7f4b3cb2c79f82f40579af19dc71d (patch) | |
tree | 46becca88e56a4ff3c0783b2e307446d9373d20f /config | |
parent | 4b18b5e7868940a7cca025bd44f09d97c81f7838 (diff) | |
download | mariadb-git-26ddd4fa45f7f4b3cb2c79f82f40579af19dc71d.tar.gz |
config/ac-macros/ha_ndbcluster.m4 : Get back the message "Using NDB Cluster".
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/ha_ndbcluster.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ac-macros/ha_ndbcluster.m4 b/config/ac-macros/ha_ndbcluster.m4 index 1a942e72375..8e839d8fee9 100644 --- a/config/ac-macros/ha_ndbcluster.m4 +++ b/config/ac-macros/ha_ndbcluster.m4 @@ -182,6 +182,7 @@ AC_DEFUN([NDBCLUSTER_WORKAROUNDS], [ AC_DEFUN([MYSQL_SETUP_NDBCLUSTER], [ + AC_MSG_RESULT([Using NDB Cluster]) with_partition="yes" ndb_cxxflags_fix="" TEST_NDBCLUSTER="--ndbcluster" |