Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
To establish a connection to the server, you must create an instance of Ndb_cluster_connection, whose constructor takes as its argument a cluster connection string. The cluster connection is not actually initiated until the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-initialization.html
When the connection object is created dynamically, you can destroy it using delete() before calling ndb_end(). Before using the NDB API, it must first be initialized by calling the ndb_init() function. Once an NDB API application is complete, you ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using array adapters of the type defined in common/array_adapter.hpp (see Section 2.5.15, “Common Files for NDB API Array Examples”). It then ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-programs.html
The main structure of an application program is as follows: Connect to a cluster using the Ndb_cluster_connection object. Initiate a database connection by constructing and initialising one or more Ndb objects. Identify the tables, columns, and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
The solution is to repair the Microsoft Visual C++ 2017 Redistributable via the Windows Control Panel to recreate the registry keys needed for the runtime detection. Unlike the standalone MSIs, MySQL Installer for Windows contains a workaround for ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-6.html
If the current transaction has a savepoint with the same name, the old savepoint is deleted and a new one is set. Functionality Added or Changed Bugs Fixed Functionality Added or Changed A new bdist_wheel distutils command was added to build a ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-security-standard-rules.html
Consider whether the filtering of events by account is required, and remove the configuration values for audit_log_exclude_accounts or audit_log_include_accounts if not. Audit Log Policy Not ALL Description The Enterprise Audit Log Plugin is ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-tableconfiguration-category.html
Low Priority Updates Enabled When enabled, all INSERT, UPDATE, DELETE, and LOCK TABLE WRITE statements wait until there is no pending SELECT or LOCK TABLE READ on the affected table. Lists the Table Configuration configuration metrics and provides ...