Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-binary-issues.html
Some of the columns are returned as binary even though they only hold string data. Some server functions such DATE_FORMAT return the column incorrectly as binary. However, some existing applications may encounter issues with this change and can use ... There are certain situations where MySQL will return incorrect metadata about one or more ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-binary-issues.html
Some of the columns are returned as binary even though they only hold string data. Some server functions such DATE_FORMAT return the column incorrectly as binary. However, some existing applications may encounter issues with this change and can use ... There are certain situations where MySQL will return incorrect metadata about one or more ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-savepoints.html
By setting savepoints within a transaction, you can later use the rollback functionality to undo any statements issued after setting the savepoint. For example by issuing: session.setSavepoint() a transaction savepoint is created with an ... X ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-savepoints.html
By setting savepoints within a transaction, you can later use the rollback functionality to undo any statements issued after setting the savepoint. For example by issuing: session.setSavepoint() a transaction savepoint is created with an ... X ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-savepoints.html
By setting savepoints within a transaction, you can later use the rollback functionality to undo any statements issued after setting the savepoint. For example by issuing: session.setSavepoint() a transaction savepoint is created with an ... X ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-load-prerequisites.html
Variable-length encoding supports string functions and operators as well as LIKE predicates; dictionary encoding does not. To save space in memory, set CHAR, VARCHAR, and TEXT type column lengths to the minimum length required for the longest string ... This topic describes how to prepare your data for loading into MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/charset-general.html
To use these features effectively, you must know what character sets and collations are available, how to change the defaults, and how they affect the behavior of string operators and functions. Suppose that we want to compare two string values, A ... A character set is a set of symbols and ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-ngram.html
The full-text search syntax described in Section 14.9, “Full-Text Search Functions” applies to the ngram parser plugin. For example, with a token size of 2, the ngram parser parses the string “abc def” into four tokens: “ab”, “bc”, ... The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a limitation when working with ideographic languages that do not use word ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-query.html
int mysql_real_query(MYSQL *mysql, const char *stmt_str, unsigned long length) Description Note mysql_real_query() is a synchronous function. mysql_real_query() executes the SQL statement pointed to by stmt_str, a string length bytes long. Its ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions-after.html
MySQL Shell's \connect command is used with a URI-like connection string, as described above and in Connecting to the Server Using URI-Like Strings or Key-Value Pairs. This connection method can use a URI-like connection string, with the selected ...