Search Results
https://dev.mysql.com/doc/refman/8.4/en/partitioning-key.html
Unlike the case with other partitioning types, columns used for partitioning by KEY are not restricted to integer or NULL values. Partitioning by key is similar to partitioning by hash, except that where hash partitioning employs a user-defined ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-aggregate-functions.html
If all arguments are NULL or the aggregate result is empty, the return value is NULL. The result is the narrowest MultiXxx or GeometryCollection value possible, with the result type determined from the non-NULL geometry arguments as follows: If all ... MySQL supports aggregate functions that perform a calculation on a set of ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-fetch-lengths.html
In addition, if the result set contains binary data, you must use this function to determine the size of the data, because strlen() returns incorrect results for any field containing null characters. The length for empty columns and for columns ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
To disable the active callback and restore the default behavior, pass nullptr as a function callback. Example: driver->setCallBack(WebAuthn_Callback(nullptr)); For more information about WebAuthn authentication, see WebAuthn Pluggable Authentication. LDAP authentication requires use of a server from a MySQL Enterprise Edition ...
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication enables the server to determine which plugin applies, based on the user name and host name that your ...
https://dev.mysql.com/doc/internals/en/event-data-fields.html
The structure of an event's data part depends on the event type: In v1 and v3, the event type entirely determines the data format In v4, interpretation of the data part depends on the event type in conjunction with information from the format ...
https://dev.mysql.com/doc/internals/en/sha256.html
Authentication::SHA256: Name sha256_password Requires CLIENT_PLUGIN_AUTH If the password is non-empty SHA256 auth method XORs the clients password with the scramble buffers content RSA encrypts that with the server's public key using ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-data-import.html
Importing Data Using the Data Import Feature 7.2.1.2 Importing Data Using the Data Import Feature Use the data import feature in the MySQL HeatWave Console to import data from an Amazon S3 bucket to a DB System in the same region. This task ...