summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_swe7.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-4/+4
|\
| * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-4/+4
| |
* | MDEV-22043 Special character leads to assertion in ↵Alexander Barkov2020-05-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | my_wc_to_printable_generic on 10.5.2 (debug) The code did not take into account that: - U+005C (backslash) can occupy more than mbminlen characters (e.g. in sjis) - Some character sets do not have a code for U+005C (e.g. swe7) Adding a new function my_wc_to_printable into MY_CHARSET_HANDLER to cover all special cases easier.
* | MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-6/+6
|/ | | | | | | Remove usage of deprecated variable storage_engine. It was deprecated in 5.5 but it never issued a deprecation warning. Make it issue a warning in 10.5.1. Replaced with default_storage_engine.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+3637