summaryrefslogtreecommitdiff
path: root/mysql-test/main/partition_ucs2.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-20855 Crash with PARTITION BY LIST and extended charactersAlexander Barkov2019-10-181-0/+13
The code in convert_charset_partition_constant() did not take into account that the call for item->safe_charset_converter() can return NULL when conversion is not safe. Note, 10.2 was not affected. The test for NULL presents in 10.2, but it disappeared in 10.3 in a mistake. Restoring the test.