summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <stewart@mysql.com>2005-12-21 00:18:58 +1100
committerunknown <stewart@mysql.com>2005-12-21 00:18:58 +1100
commite54c3c880ede2f198671ee17e35f9d8156180b2b (patch)
tree7c64de57cda39402996133ef39d056c1150e033f
parent5da2f8439ef5b0788d01805f7d9c0cda48d9855d (diff)
downloadmariadb-git-e54c3c880ede2f198671ee17e35f9d8156180b2b.tar.gz
build fix
-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 733d0fc9951..6bb499eff18 100644
--- a/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
+++ b/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp
@@ -11020,7 +11020,7 @@ void Dbdih::initCommonData()
ndb_mgm_get_int_parameter(p, CFG_DB_NO_REPLICAS, &cnoReplicas);
if (cnoReplicas > 4)
{
- progError(__LINE__, NDBD_EXIT_INVALID_CONFIG,
+ progError(__LINE__, ERR_INVALID_CONFIG,
"Only up to four replicas are supported. Check NoOfReplicas.");
}