Commit e54c3c88 authored by unknown's avatar unknown

build fix

parent 5da2f843
...@@ -11020,7 +11020,7 @@ void Dbdih::initCommonData() ...@@ -11020,7 +11020,7 @@ void Dbdih::initCommonData()
ndb_mgm_get_int_parameter(p, CFG_DB_NO_REPLICAS, &cnoReplicas); ndb_mgm_get_int_parameter(p, CFG_DB_NO_REPLICAS, &cnoReplicas);
if (cnoReplicas > 4) if (cnoReplicas > 4)
{ {
progError(__LINE__, NDBD_EXIT_INVALID_CONFIG, progError(__LINE__, ERR_INVALID_CONFIG,
"Only up to four replicas are supported. Check NoOfReplicas."); "Only up to four replicas are supported. Check NoOfReplicas.");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment