MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
NDB API applications require one or more of the following include files:
Applications accessing NDB Cluster data using the NDB API must include the file
NdbApi.hpp
.Applications making use of the regular MySQL client API as well as the NDB API must also include
mysql.h
(in addition toNdbApi.hpp
).Applications that use NDB Cluster management functions from the MGM API need the include file
mgmapi.h
.