summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <stewart@mysql.com>2005-12-28 01:32:03 +1100
committerunknown <stewart@mysql.com>2005-12-28 01:32:03 +1100
commitf69108833f8f0c15a9c5c4175413e2d330e94390 (patch)
treebe9dc0a5238c20e9996fbf7b0068d867ce05f3ec /ndb
parent88ef95ff4ea9e52b547f1c7bb46a1cdff79a9d80 (diff)
downloadmariadb-git-f69108833f8f0c15a9c5c4175413e2d330e94390.tar.gz
5.0 ndb build fix.
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: build fix for 5.0
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/kernel/blocks/dbdih/DbdihMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
index ebfb46c7043..2a28c4db770 100644
--- a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+++ b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
@@ -11137,7 +11137,7 @@ void Dbdih::initCommonData()
ndb_mgm_get_int_parameter(p, CFG_DB_NO_REPLICAS, &cnoReplicas);
if (cnoReplicas > 4)
{
- progError(__LINE__, ERR_INVALID_CONFIG,
+ progError(__LINE__, NDBD_EXIT_INVALID_CONFIG,
"Only up to four replicas are supported. Check NoOfReplicas.");
}