Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
ndb_logevent_get_latest_error() Description This function retrieves the error code from the most recent error. 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/ndb-ndbblob.html
The error code is copied back to the operation unless the operation already has a nonzero error code. NdbBlob Class Overview NdbBlob::ActiveHook NdbBlob::blobsFirstBlob() NdbBlob::blobsNextBlob() NdbBlob::close() NdbBlob::getBlobEventName() ... This ...
https://dev.mysql.com/doc/refman/8.4/en/crashing.html
The current dynamic row code has been in use for several years with very few problems, but dynamic-length rows are by nature more prone to errors, so it may be a good idea to try this strategy to see whether it helps. If mysqld has died and ... Each ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/services-for-plugins.html
It complements the plugin API and has these characteristics: Services enable plugins to access code inside the server using ordinary function calls. The plugin services interface enables plugins to call code inside the server. my_plugin_log_service: ... MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can ...
https://dev.mysql.com/doc/workbench/en/wb-migration-overview-steps.html
This is an automated and informational step that reports connection related errors and/or general log information. This is an automated and informational step that reports related errors, general log information, or both (see the figure that ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
But since the code is quite complex, I don't claim to grasp it in full, and therefore may be in error. Until then there was some confusion in the double-to-string conversion at different places in the code. During my explorations of the code I ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/standard-options.html
See Section 17.1, “Exit codes of MySQL Enterprise Backup” for details. The general options are options of a general nature, or options that are not classified under any other specific option group: The following general options also exist for ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
can_handle_exp_pwd Can Handle Expired Password 0 Indicates that the application can deal with an expired password, which is signalled by an SQL state of 08004 (“Server rejected the connection”) and a native error code ...This option is ...On ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
can_handle_exp_pwd Can Handle Expired Password 0 Indicates that the application can deal with an expired password, which is signalled by an SQL state of 08004 (“Server rejected the connection”) and a native error code ...This option is ...On ...
https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
The following sample code demonstrates listening to events related to backups: int filter[] = { 15, NDB_MGM_EVENT_CATEGORY_BACKUP, 0 }; NdbLogEventHandle le_handle= ndb_mgm_create_logevent_handle(handle, filter); struct ndb_logevent le; int r= ...A ... This section describes concepts basic to the NDB Cluster MGM ...