Search Results
https://dev.mysql.com/doc/internals/en/x-protocol-xplugin-implementation-of-the-x-protocol.html
Topics in this section: Mysqlx.Sql::StmtExecute Collations The X Plugin implements the X Protocol for the MySQL Server. Mysqlx.Sql::StmtExecute StmtExecute implements several namespaces: sql The SQL interface which expects: .stmt to be a string ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
This section discusses the ClusterJ API and the object model used to represent the data handled by the application. Removing transaction completion methods from Session facilitates this separation of concerns. The ClusterJ API depends on 4 main ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-tables.html
You can create the employee table that matches this interface, using the following CREATE TABLE statement, in a MySQL client application such as mysql. We show you how to do this in the next section. ClusterJ's main purpose is to read, write, and ...
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-basic.html
This example shows the basics of handling event logging using the MGM API. The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/mgmapi_logevent/main.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
This section contains a number of error code lists, one for each type of NDB API error. (In previous releases of NDB Cluster, this file was named ndberror.c.) These types are also shown in the error_status column of the ndbinfo.error_messages table. The text of the error message Similar errors have been grouped together in each ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-delete.html
This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). The source code for this example can also be found in the file ...It performs the deletion using a ...
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.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples.html
This section provides code examples illustrating how to accomplish some basic tasks using the NDB API. You can also use an unassigned [mysqld] section for this purpose, although we recommend that you use [mysqld] sections for SQL nodes and [api] ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiler-options.html
The MySQL-specific compiler flags needed can be determined using the mysql_config utility that is part of the MySQL installation: $> mysql_config --cflags -I/usr/local/mysql/include/mysql -Wreturn-type -Wtrigraphs -W -Wformat -Wsign-compare -Wunused ...In order to compile source files that use the NDB API, you must ensure that the necessary header files can be ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
This is usually a data node running on the same machine as the nearest, due to the fact that shared memory transport can be used instead of the slower TCP/IP. This may lead to poor load distribution in some cases, so it is possible to enforce a ...