summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_cp932_binlog_stm.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-09-201-26/+26
|\
| * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-26/+26
| |
* | Merge 10.5 into 10.6Marko Mäkelä2021-10-271-1/+1
|\ \ | |/
| * MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes: MDEV-25399 Assertion `name.length == strlen(name.str)' failed in Item_func_sp::make_send_field Also fixes a problem that in this scenario: SET NAMES binary; SELECT 'some not well-formed utf8 string'; the auto-generated column name copied the binary string value directly to the Item name, without checking utf8 well-formedness. After this change auto-generated column names work as follows: - Zero bytes 0x00 are copied to the name using HEX notation - In case of "SET NAMES binary", all bytes sequences that do not make well-formed utf8 characters are copied to the name using HEX notation.
* | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-192/+192
|/ | | | | | This patch changes the main name of 3 byte character set from utf8 to utf8mb3. New old_mode UTF8_IS_UTF8MB3 is added and set TRUE by default, so that utf8 would mean utf8mb3. If not set, utf8 would mean utf8mb4.
* Merge 10.2 into 10.3Marko Mäkelä2018-12-181-64/+64
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+20458