diff options
author | unknown <stewart@mysql.com> | 2004-12-30 11:59:23 +1100 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2004-12-30 11:59:23 +1100 |
commit | 4315c63c18adea60b33e9eeb74586fbaa893eb5b (patch) | |
tree | fb0eca0ac350bdee922d6b68202a8aa0cd4df835 /ndb/include/mgmapi | |
parent | c68d1d6e16a330cdec84dcb7ac9b4cb972ccd5f1 (diff) | |
parent | 352d5f6ae0a481e90f54f33aba0eaf5c3a227de8 (diff) | |
download | mariadb-git-4315c63c18adea60b33e9eeb74586fbaa893eb5b.tar.gz |
Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-port
into mysql.com:/home/stewart/Documents/MySQL/5.0/ndb-dynamic-ports-impl2
Diffstat (limited to 'ndb/include/mgmapi')
-rw-r--r-- | ndb/include/mgmapi/mgmapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h index ea406b9ddb9..7f2baecd757 100644 --- a/ndb/include/mgmapi/mgmapi.h +++ b/ndb/include/mgmapi/mgmapi.h @@ -30,9 +30,9 @@ * @section General Concepts * * Each MGM API function needs a management server handle - * of type <code>Mgm_C_Api::NdbMgmHandle</code>. + * of type Mgm_C_Api::NdbMgmHandle. * This handle is initally created by calling the - * function <code>ndb_mgm_create_handle()</code>. + * function ndb_mgm_create_handle(). * * A function can return: * -# An integer value. |