diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-09-08 16:47:27 +0200 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-09-08 16:47:27 +0200 |
commit | 98a52fa9a434319a1c8ac1b859ca39fa62faa17e (patch) | |
tree | 3b6490904b62c5b31f299062fad21c6d16fb6ddd /ndb | |
parent | b75340e70d7a9cc303248331dbbb15281b599e1c (diff) | |
download | mariadb-git-98a52fa9a434319a1c8ac1b859ca39fa62faa17e.tar.gz |
corrected typo
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/mgmsrv/MgmtSrvr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/mgmsrv/MgmtSrvr.cpp b/ndb/src/mgmsrv/MgmtSrvr.cpp index e9d3ce19076..011643237f8 100644 --- a/ndb/src/mgmsrv/MgmtSrvr.cpp +++ b/ndb/src/mgmsrv/MgmtSrvr.cpp @@ -2506,6 +2506,7 @@ MgmtSrvr::startBackup(Uint32& backupId, int waitCompleted) #endif if (rep->failNo == nodeId || waitCompleted == 1) + return 1326; // wait for next signal // master node will report aborted backup break; |