Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #33237255, Bug #104641) When cacheServerConfiguration was enabled and subsequent connections were configured with different character set options, inserting strings into a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. The check wrongly rejected queries that had a WITH clause using a common table expression and a UNION operator, and had the first SELECT statement put between parentheses. However, the ... Version 8.0.32 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-0-0.html
(WL #16342) The static list of MySQL reserved words found in the DatabaseMetaData class (which is used by Connector/J when it cannot obtain the list of reserved words from the INFORMATION_SCHEMA.KEYWORDS table on the server) has been updated.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-0.html
(Bug #113509, Bug #36154975) After using executeBatch() to insert rows into a table and adding more rows with executeUpdate(), getGeneratedKeys() returned the wrong keys for the inserted rows. Version 9.1.0 is a new GA release of MySQL Connector/J.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-6-0.html
(Bug #119271, Bug #38599496) Queries containing the string INTO within valid tokens, such as table or column names, were not handled correctly. Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-7-0.html
(Bug #119659, Bug #38916595) Queries containing the string INTO within valid tokens, such as table or column names, were not handled correctly. Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J ...
https://dev.mysql.com/doc/relnotes/mysql-ai/en/news-9-5-2.html
GenAI MySQL AI includes a new schema retrieval routine that enables you to find the most relevant tables based on natural-language input. This innovative feature provides a compact and easy-to-read DDL output, focusing on essential elements such as ...
https://dev.mysql.com/doc/refman/9.7/en/adding-collation-choosing-id.html
The collation ID that you choose appears in these contexts: The ID column of the Information Schema COLLATIONS table. To add a collation, you must choose an ID value that is not currently used. The range of IDs from 1024 to 2047 is reserved for ...
https://dev.mysql.com/doc/refman/9.7/en/adding-collation-simple-8bit.html
</charset> In the latin1.xml configuration file, add a <collation> element that names the collation and that contains a <map> element that defines a character code-to-weight mapping table for character codes 0 to 255. This section describes how to ...
https://dev.mysql.com/doc/refman/9.7/en/adding-collation.html
The value that it returns to indicate weights is a binary string, so it is convenient to use HEX(WEIGHT_STRING(str)) to display the weights in printable form. Warning User-defined collations are deprecated; you should expect support for them to be ...