Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
This section provides information about MGM API functions used for listening to log events. ndb_mgm_listen_event() ndb_mgm_create_logevent_handle() ndb_mgm_destroy_logevent_handle() ndb_logevent_get_fd() ndb_logevent_get_next() ...
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/ndbapi/en/ndb-error-codes-schema-error.html
The following list enumerates all NDB errors of type SE (Schema error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
This section lists all NDB errors, ordered by NDB error code. Each listing also includes the error's NDB error type, the corresponding MySQL Server error, and the text of the error message. TO,Transaction had timed out when trying to commit it // ...
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/relnotes/connector-cpp/en/news-8-0-13.html
Connections to the server made using X DevAPI or X DevAPI for C continue to use the connection character set determined by the server. (Bug #28204677) Packaging Notes Connector/C++ 32-bit MSI packages are now available for Windows. (WL #12262) ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 release. The ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/NET implemented the authentication_kerberos_client plugin to support Kerberos authentication for classic MySQL protocol connections made by applications ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-20.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed On Debian, DEB packages are now released instead of TGZ files. The file base names are mysql-connector-odbc-* (driver package) and mysql-connector-odbc-setup (setup package).