mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
ndb -
Fix bootstrap/compile error
This commit is contained in:
parent
4e9c9e2f14
commit
c19ab931c6
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ main(int argc, char** argv)
|
|||
if (version > NDB_VERSION)
|
||||
{
|
||||
err << "Restore program older than backup version. Not supported. "
|
||||
<< "Use new restore program"
|
||||
<< "Use new restore program" << endl;
|
||||
exitHandler(NDBT_FAILED);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue