Search Results
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-5.html
This section provides information about keywords and reserved words in MySQL 9.5. MySQL 9.5 Keywords and Reserved Words MySQL 9.5 New Keywords and Reserved Words MySQL 9.5 Removed Keywords and Reserved Words MySQL 9.5 Keywords and Reserved Words ...
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/relnotes/connector-cpp/en/news-8-0-30.html
Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode connection option now differs based on the protocol used to make the connection. The Preferred mode has been reintroduced in this ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-capabilities-category.html
Lists the Capabilities configuration metrics and provides a brief description of each. Table 7.3 Capabilities Configuration Metrics NameDescriptionCompress Enabled True if the zlib compression library is available to the server, false if not. Crypt ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-indexing.html
To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement that is only available in MySQL HeatWave on AWS. It can do the following: Optimize the loading of data sorted by primary key. Monitor bulk load progress with the Performance Schema (As ...
https://dev.mysql.com/doc/refman/8.4/en/aggregate-functions-and-modifiers.html
They are often used with a GROUP BY clause to group values into subsets. For information about aggregate functions that operate on geometry values, see Section 14.16.12, “Spatial Aggregate Functions”.