Loading ndb/include/mgmapi/mgmapi.h +2 −0 Original line number Diff line number Diff line Loading @@ -915,6 +915,8 @@ extern "C" { * @param backup_id Backup ID is returned from function. * @param reply Reply message. * @return -1 on error. * @note backup_id will not be returned if * wait_completed == 0 */ int ndb_mgm_start_backup(NdbMgmHandle handle, int wait_completed, unsigned int* backup_id, Loading ndb/src/mgmsrv/Services.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -671,6 +671,7 @@ MgmApiSession::startBackup(Parser<MgmApiSession>::Context &, } else{ m_output->println("result: Ok"); if (completed) m_output->println("id: %d", backupId); } m_output->println(""); Loading Loading
ndb/include/mgmapi/mgmapi.h +2 −0 Original line number Diff line number Diff line Loading @@ -915,6 +915,8 @@ extern "C" { * @param backup_id Backup ID is returned from function. * @param reply Reply message. * @return -1 on error. * @note backup_id will not be returned if * wait_completed == 0 */ int ndb_mgm_start_backup(NdbMgmHandle handle, int wait_completed, unsigned int* backup_id, Loading
ndb/src/mgmsrv/Services.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -671,6 +671,7 @@ MgmApiSession::startBackup(Parser<MgmApiSession>::Context &, } else{ m_output->println("result: Ok"); if (completed) m_output->println("id: %d", backupId); } m_output->println(""); Loading