Search



Search Results
Displaying 81 to 90 of 306 total results
https://dev.mysql.com/doc/refman/8.4/en/character-arrays.html
<collation> elements indicate character ordering for comparison and sorting, one element per collation. Binary collations need no <map> element because the character codes themselves provide the ordering. For example: lower['A'] should contain 'a' ... Each simple character set has a configuration file located in the sql/share/charsets ...
https://dev.mysql.com/doc/refman/8.4/en/charset-repertoire.html
The repertoire for function return values is determined based on the repertoire of only those arguments that affect the result's character set and collation. The repertoire of a character set is the collection of characters in the set. String ...
https://dev.mysql.com/doc/refman/8.4/en/charset-se-me-sets.html
armscii8 (ARMSCII-8 Armenian) collations: armscii8_bin armscii8_general_ci (default) cp1256 (Windows Arabic) collations: cp1256_bin cp1256_general_ci (default) geostd8 (GEOSTD8 Georgian) collations: geostd8_bin geostd8_general_ci (default) greek ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode.html
In addition, you should be aware that collations using the utf8_ prefix in older releases of MySQL have since been renamed using the prefix utf8mb3_, instead. A similar set of collations is available for most Unicode character sets. For example, ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-stopwords.html
The stopword list is loaded and searched for full-text queries using the server character set and collation (the values of the character_set_server and collation_server system variables). False hits or misses might occur for stopword lookups if the ...Stopwords for InnoDB Search Indexes Stopwords for MyISAM Search Indexes Stopwords for InnoDB Search Indexes InnoDB has a relatively short list of default stopwords, because documents from technical, literary, and other sources often use short words as keywords or in significant ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
(WL #14559) Functionality Added or Changed Important Change: The mechanism for deciding on the character set and collation for communication between the server and Connector/J has been changed: instead of following the server's settings by default, ... Version 8.0.26 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
(WL #15159) Functionality Added or Changed Connector/NET collation support now aligns with the collations that were either renamed or newly added by the server starting with MySQL 8.0.30. Deprecation and Removal Notes Functionality Added or Changed ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-session.html
Since Version 3.1.8 characterEncoding Instructs the server to set session system variables 'character_set_client' and 'character_set_connection' to the default character set supported by MySQL for the specified Java character encoding and set ...
Displaying 81 to 90 of 306 total results