summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2005-09-08 16:47:27 +0200
committertomas@poseidon.ndb.mysql.com <>2005-09-08 16:47:27 +0200
commit98a52fa9a434319a1c8ac1b859ca39fa62faa17e (patch)
tree3b6490904b62c5b31f299062fad21c6d16fb6ddd /ndb
parentb75340e70d7a9cc303248331dbbb15281b599e1c (diff)
downloadmariadb-git-98a52fa9a434319a1c8ac1b859ca39fa62faa17e.tar.gz
corrected typo
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/mgmsrv/MgmtSrvr.cpp1
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;