Search



Search Results
Displaying 2361 to 2370 of 4186 total results
https://dev.mysql.com/doc/mysqld-version-reference/en/loadable-functions.html
The following table shows all loadable functions available in MySQL Server. Whether the item is available in the corresponding MySQL Server release series. Introduced: The version or versions in which the item was introduced. Deprecated: The ...
https://dev.mysql.com/doc/mysqld-version-reference/en/performance-schema-tables.html
The following table shows all Performance Schema tables available in MySQL Server. Whether the item is available in the corresponding MySQL Server release series. Introduced: The version or versions in which the item was introduced. Deprecated: The ...
https://dev.mysql.com/doc/mysqld-version-reference/en/sys-schema-objects.html
The following tables show all sys schema objects available in MySQL Server. Whether the item is available in the corresponding MySQL Server release series. Introduced: The version or versions in which the item was introduced. Deprecated: The ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
SessionFactory stores configuration information about the cluster, such as the hostname and port number of the NDB Cluster management server. Transaction demarcation might be done automatically by a container or in a web server servlet filter. This ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-connectorj.html
JDBC clients of an NDB Cluster data source, and using Connector/J 5.0.6 (or later), accept jdbc:mysql:loadbalance:// URLs (see Configuration Properties), with which you can take advantage of the ability to connect with multiple MySQL servers to ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-connect.html
This example, which can also be found in storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_connect.cpp, demonstrates the use of Ndb_cluster_connection to connect to an NDB management server using a given connection string. On success, it ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes-ndbrecord.html
This program illustrates how to use secondary indexes in the NDB API with the aid of the NdbRecord interface. The source code for this example may be found in the NDB Cluster source trees, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes.html
This program illustrates how to use secondary indexes in the NDB API. The source code for this example may be found in the NDB Cluster source tree, in storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-index.html
Indexes created using the NDB API cannot be seen by the MySQL Server. This is the only Index::set*() method whose result is visible to a MySQL Server. Index Class Overview Index Class Constructor Index::addColumn() Index::addColumnName() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
While the preferred method of database object creation and deletion is through the MySQL Server, NdbDictionary also permits the developer to perform these tasks through the NDB API. Tables and indexes created using NdbDictionary cannot be viewed ...
Displaying 2361 to 2370 of 4186 total results