Search



Search Results
Displaying 881 to 890 of 3917 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
Note MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support ...This change makes it easy and intuitive to decide which client version to use for which server ... This section describes both version ...
https://dev.mysql.com/doc/internals/en/x-protocol-implementation-implementation-notes.html
def getMessage(self, message): ## handle out-of-band message msg = messageFactory(message.type).fromString(message.payload) if message.type is Notification: notification_queue.add(msg) raise NoMessageError() if message.type is Notice: ... Topics in ...multiple syscalls is pretty wasteful for small messages as a few bytes only the whole machinery of copying data between user land and kernel land has to be ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
(WL #14208) If a classic MySQL protocol connection experiences a server timeout, Connector/NET now reports more precise disconnection information to affected .NET applications when the server provides improved error messages. The removed option ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
(WL #14212, WL #13492) If a classic MySQL protocol connection experiences a server timeout, Connector/Python now reports more precise disconnection information from the server. (Bug #89480, Bug #32144255, Bug #32192619, Bug #32001787, Bug #27477376, ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed Python 2.7 and 3.5 support, and added Python 3.9 ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-connection-category.html
Table 7.7 Connection Configuration Metrics NameDescriptionBack Log The number of outstanding connection requests MySQL can have. Connect Timeout The number of seconds that the MySQL server waits for a connect packet before responding with 'Bad ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationsource-category.html
Table 7.28 Replication Source Configuration Metrics NameDescriptionAuto Increment Increment Controls the interval between successive column values within all AUTO_INCREMENT columns within the MySQL server. Auto Increment Offset Determines the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. The default error handling can be changed by creating a custom SessionContext and passing it to the mysqlx.getSession() function. For all ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-introduction-agent.html
Provides the direct monitoring of the MySQL server, including checking the server accessibility, configuration, obtaining the server ID, and setting up the environment to enable collecting more detailed information. Collects the data from the ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-versions-deprecation.html
MySQL Versions Deprecation and Removal Policy in MySQL HeatWave Service 3.1.2.1.3 MySQL Versions Deprecation and Removal Policy in MySQL HeatWave Service New versions and updates: MySQL HeatWave on AWS begins supporting new MySQL Server versions ...
Displaying 881 to 890 of 3917 total results