Documentation Home
MySQL NDB Cluster API Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 3.6Mb
PDF (A4) - 3.6Mb


2.1.2.1 Include Files

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 to NdbApi.hpp).

  • Applications that use NDB Cluster management functions from the MGM API need the include file mgmapi.h.