Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d146e812
Commit
d146e812
authored
Dec 28, 2004
by
jon@gigan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testing formatting commands for Doxygen (in mgmapi.h).
parent
937190d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ndb/include/mgmapi/mgmapi.h
ndb/include/mgmapi/mgmapi.h
+5
-5
No files found.
ndb/include/mgmapi/mgmapi.h
View file @
d146e812
...
...
@@ -30,15 +30,15 @@
* @section General Concepts
*
* Each MGM API function needs a management server handle
* of type <
code>Mgm_C_Api::NdbMgmHandle</code
>.
* of type <
CODE>Mgm_C_Api::NdbMgmHandle</CODE
>.
* This handle is initally created by calling the
* function <
code>ndb_mgm_create_handle()</code
>.
* function <
CODE>ndb_mgm_create_handle()</CODE
>.
*
* A function can return:
* -# An integer value.
* A value of <
b>-1</b
> indicates an error.
* -# A pointer value. A <
var>NULL</var
> value indicates an error;
* Otherwise, the return value must be <
code>free()</code
>ed by the user of the MGM API.
* A value of <
B>-1</B
> indicates an error.
* -# A pointer value. A <
VAR>NULL</VAR
> value indicates an error;
* Otherwise, the return value must be <
CODE>free()</CODE
>ed by the user of the MGM API.
*
* Error conditions can be identified by using the appropriate
* error-reporting functions.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment