diff options
author | unknown <joreland@mysql.com> | 2004-09-20 09:24:25 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-09-20 09:24:25 +0200 |
commit | 162bd361de7b1242b0e54e55e20c9ab8eeb4d445 (patch) | |
tree | e97631cde47481f6a9bc6c752fa6a38c9bce356a /ndb/src/mgmsrv/Services.cpp | |
parent | ef5c6152c398bd0f8be42fe05900288a07041826 (diff) | |
download | mariadb-git-162bd361de7b1242b0e54e55e20c9ab8eeb4d445.tar.gz |
bug#4590
Use ndb_mgm_listen_event to wait for backup messages
ndb/src/mgmclient/CommandInterpreter.cpp:
Listen to backup event
start backup
wait until event related to backup arrives
ndb/src/mgmsrv/Services.cpp:
Fix newline at end of reply
Diffstat (limited to 'ndb/src/mgmsrv/Services.cpp')
-rw-r--r-- | ndb/src/mgmsrv/Services.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/mgmsrv/Services.cpp b/ndb/src/mgmsrv/Services.cpp index f7f4da4930a..684c10dbd4d 100644 --- a/ndb/src/mgmsrv/Services.cpp +++ b/ndb/src/mgmsrv/Services.cpp @@ -1411,6 +1411,7 @@ done: m_output->println("result: %d", result); if(result != 0) m_output->println("msg: %s", msg.c_str()); + m_output->println(""); } template class MutexVector<int>; |