=== modified file 'storage/ndb/src/mgmsrv/Config.cpp' --- storage/ndb/src/mgmsrv/Config.cpp 2013-02-26 05:45:28 +0000 +++ storage/ndb/src/mgmsrv/Config.cpp 2013-05-08 03:32:56 +0000 @@ -751,8 +751,10 @@ Uint32 type; require(what->get("Type", &type)); - if (type == DT_ILLEGAL_CHANGE) + if (type == DT_ILLEGAL_CHANGE) { illegal= true; + break; + } } } return illegal;