ndb -

  Fix bootstrap/compile error
parent 4e9c9e2f
...@@ -502,7 +502,7 @@ main(int argc, char** argv) ...@@ -502,7 +502,7 @@ main(int argc, char** argv)
if (version > NDB_VERSION) if (version > NDB_VERSION)
{ {
err << "Restore program older than backup version. Not supported. " err << "Restore program older than backup version. Not supported. "
<< "Use new restore program" << "Use new restore program" << endl;
exitHandler(NDBT_FAILED); exitHandler(NDBT_FAILED);
} }
......
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