Commit cb25f0f0 authored by stewart@mysql.com's avatar stewart@mysql.com

5.0 ndb build fix.

parent efbdf7b2
...@@ -11137,7 +11137,7 @@ void Dbdih::initCommonData() ...@@ -11137,7 +11137,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__, ERR_INVALID_CONFIG, progError(__LINE__, NDBD_EXIT_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