Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-cluster-log.html
ndb_mgm_get_clusterlog_loglevel() Description This function is used to obtain log category and level information, and is thread-safe. This section provides information about the functions available in the MGM API for controlling the output of the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
This section provides information about the Ndb_cluster_connection class, which models a connection by a management server (ndb_mgmd) to a set of data nodes. This state is not thread-safe; changing it can lead to non-optimal node selection at the ...The application connects to a cluster management server when this object's connect() method is ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
It is also possible to obtain a reference to the value regardless of its actual type, by using NdbRecAttr::aRef(); however, you should be aware that this is not type-safe, and requires a cast from the user. NdbRecAttr Class Overview ~NdbRecAttr() ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-40.html
(Bug #36955942) The internal mysql_init() function used for making connections is now thread safe. Bugs Fixed Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #115710, Bug #36894687) With the prefetch connection ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-1-0.html
(Bug #18531881) The internal mysql_init() function used for making connections is now thread safe. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added OpenID Connect support leveraging the new ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replicationsource-activity-category.html
Lists the Replication Source Activity metrics and provides a brief description of each. Table 6.26 Replication Source Activity Metrics NameDescriptionBinlog File The name of the current binary log file. Binlog File Position The file position of the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-comparison-functions-operators.html
= Yes Equal operator <=> NULL-safe equal to operator > Yes Greater than operator >= Yes Greater than or equal operator GREATEST() Yes Return the largest argument IN() Yes Check whether a value is within a set of values. The VARLEN Support column ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
With the above setups, all connections established are going to be SSL-encrypted with the client being authenticated in the SSL handshake process, and the server can now safely trust the client that is requesting a connection to it. The server may ...
https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-time-instants.html
Because it can be safely assumed that the server session time zone is the same as Connector/J' s JVM timezone, no query of the server's session time zone occurs, and no time zone conversion occurs. Background A time instant is a specific moment on ...