diff options
author | unknown <joreland@mysql.com> | 2005-06-07 17:09:47 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-06-07 17:09:47 +0200 |
commit | 8c80400cd2eeb62a9ea84dcebfbc4c8ab5ab2279 (patch) | |
tree | c5491f990e1681bcd1ead9a6692476649f8521e6 /ndb/include | |
parent | f44acb04a94e4def6cb08d64f7f8f262b6b1748c (diff) | |
parent | fff8ff08d0166a0ad260785492982c64f6b1fc65 (diff) | |
download | mariadb-git-8c80400cd2eeb62a9ea84dcebfbc4c8ab5ab2279.tar.gz |
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
BitKeeper/etc/logging_ok:
auto-union
configure.in:
Auto merged
libmysqld/Makefile.am:
Auto merged
mysql-test/mysql-test-run.sh:
Auto merged
ndb/src/ndbapi/DictCache.cpp:
Auto merged
ndb/src/ndbapi/DictCache.hpp:
Auto merged
ndb/src/ndbapi/NdbDictionaryImpl.cpp:
Auto merged
sql/ha_ndbcluster.cc:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_select.cc:
Auto merged
strings/ctype-big5.c:
Auto merged
strings/ctype-ucs2.c:
Auto merged
Diffstat (limited to 'ndb/include')
-rw-r--r-- | ndb/include/mgmapi/mgmapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h index dca88e4950e..018e554de7c 100644 --- a/ndb/include/mgmapi/mgmapi.h +++ b/ndb/include/mgmapi/mgmapi.h @@ -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, |