Commit f6910883 authored by unknown's avatar unknown

5.0 ndb build fix.


ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
  build fix for 5.0
parent 88ef95ff
......@@ -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.");
}
......
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