Search Results
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Return value A pointer to a CHARSET_INFO structure specifying both character set and collation. Column::setCharset() Description This method can be used to set the character set and collation of a Char, Varchar, or Text column. This section ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...(WL #13094, WL #13502) Compilation Notes Connector/C++ now compiles cleanly using the C++14 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
(WL #12970) Connector/NET now supports the new utf8mb4_0900_bin collation added for the utf8mb4 Unicode character set in MySQL 8.0.17. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-12.html
Added properties: schema_name, table_name, table_label, column_name, column_label, type, length, fractional_digits, collation_name, character_set_name. (Bug #27962293, Bug #90541) Connecting with a collation unknown to Connector/Python would yield ... Deprecation and Removal Notes Installation Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated the Row.get_string() method in favor of ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-other.html
The function must use the same Connection Character Set and Collation System Variables variables setting as the current session. For a list of supported SQL modes, see Section 5.2, “Supported SQL Modes”. The WITH ROLLUP modifier in GROUP BY ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-train-in-isolated-environment.html
The ML_TRAIN routine is a compute-intensive operation that may an take extended period of time to complete. To minimize training latency, MySQL HeatWave runs ML_TRAIN in parallel across the MySQL HeatWave cluster, consuming significant amount of ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data-bulk-ingesting.html
Importing Data Using the Bulk Ingest Feature 7.2.2.2 Importing Data Using the Bulk Ingest Feature Connect to a DB System and bulk ingest data from an Amazon S3 bucket to a DB System in the same region. This task requires the following: A client ...
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 ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-30.html
Since release 8.0.29, utf8mb3 has become a recognized (though deprecated) character set on its own for MySQL Server and to make things consistent, in release 8.0.30, any collations prefixed with utf8_ are now prefixed with utf8mb3_ instead. To go ...