Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database systems. When a new table is created, its attribute schema is specified for the table as a whole, and thus each ...
Oracle Enterprise Manager for MySQL Database User's Guide :: 6.11 InnoDB Bufferpool Activity Metrics
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-bufferpoolactivity-category.html
Lists the InnoDB Bufferpool Activity metrics and provides a brief description of each. Table 6.11 InnoDB Bufferpool Activity Metrics NameDescriptionAdditional Alloc The total memory allocated for the InnoDB additional pool in bytes. Compress ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-handles.html
This section provides information about MGM API functions used to create and destroy management server handles (see NdbMgmHandle). ndb_mgm_create_handle() ndb_mgm_set_name() ndb_mgm_set_ignore_sigpipe() ndb_mgm_destroy_handle() ...
https://dev.mysql.com/doc/workbench/en/wb-properties-palette.html
The Properties palette is used to display and edit the properties of objects on an EER diagram. It is especially useful for editing display objects such as layers and notes. Selecting an object in the EER diagram displays its properties in the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-downloading.html
Connector/C++ binary and source distributions are available, in platform-specific packaging formats. It is also possible to clone the Connector/C++ Git source repository. Connector/C++ binary distributions are available for Microsoft Windows, and ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj.html
This section provides basic information for writing, compiling, and executing applications that use ClusterJ. For the API documentation for ClusterJ, see Section 4.3, “ClusterJ API Reference”. NDB Cluster must be compiled with ClusterJ support; ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-distribution.html
To obtain a Connector/C++ source distribution, visit the Connector/C++ downloads page. A Connector/C++ source distribution is packaged as a compressed tar file or Zip archive, denoted here as PACKAGE.tar.gz or PACKAGE.zip. A source distribution in ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps.html
This chapter provides guidance on building Connector/C++ applications: General considerations for building Connector/C++ applications successfully. Information about building Connector/C++ applications that applies to specific platforms such as ...
https://dev.mysql.com/doc/workbench/en/wb-mforms.html
MySQL Workbench is implemented with a C++ core back-end, and a native front-end for each supported platform. Currently the front-end is implemented with Windows Forms on Microsoft Windows, GTK+ on Linux, and Cocoa on OS X / macOS. This approach ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.