Search



Search Results
Displaying 431 to 440 of 1437 total results
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/internals/en/tools-directory.html
The only file is: mysqlmanager.c --- A "server management daemon" by Sasha Pachev. This is a tool under development and is not yet useful.
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 ...
Displaying 431 to 440 of 1437 total results