summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf8mb4_innodb.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-33/+33
|
* MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-271-4/+4
| | | | | | | | | | | | | | | | | | 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.
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-2/+2
|
* Merge 10.2 into 10.3Marko Mäkelä2020-06-061-2/+2
|
* Merge branch '10.2' into 10.3Monty2019-09-031-0/+1
|
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-0/+12
|
* Merge 10.2 into 10.3Marko Mäkelä2018-12-181-8/+8
|
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2710