summaryrefslogtreecommitdiff
path: root/strings/ctype-uca.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-57/+59
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-57/+59
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-57/+59
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-57/+59
| | | |\ \
| | | | * | MDEV-17064 LIKE function has error behavior on the fields in which the collat...Alexander Barkov2018-10-151-57/+59
* | | | | | MDEV-17474 Change Unicode collation implementation from "handler" to "inline"...Alexander Barkov2018-10-181-0/+183
* | | | | | MDEV-17474 Change Unicode collation implementation from "handler" to "inline"...Alexander Barkov2018-10-171-1049/+214
|/ / / / /
* | | | | Misc. typosluz.paz2018-04-051-1/+1
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-261-4/+4
* | | | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-121-3/+3
|/ / / /
* | | | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-101-1/+1
* | | | MDEV-11255 LDML: allow defining 2-level UCA collationsAlexander Barkov2016-11-081-83/+104
* | | | MDEV-10877 xxx_unicode_nopad_ci collationsAlexander Barkov2016-09-231-23/+518
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-109/+11752
|\ \ \ \ | |/ / /
| * | | MDEV-8686 A user defined collation utf8_confusables doesn't workAlexander Barkov2016-06-231-21/+146
| * | | MDEV-10262 ucs2_thai_520_w2: wrong implicit weights on the secondary levelAlexander Barkov2016-06-211-21/+77
| * | | Adding collationsmasterAlexander Barkov2016-05-301-16/+147
| * | | Clean-ups for MDEV-10132 utf8_thai_520_w2 collation:Alexander Barkov2016-05-261-1/+1
| * | | Multi-level collation in UCA, Thai sorting with contraction for UTF8.pruet2016-05-261-73/+11411
* | | | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-1/+1
* | | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-311-21/+7
|/ / /
* | | MDEV-8694 Wrong result for SELECT..WHERE a NOT LIKE 'a ' AND a='a'Alexander Barkov2015-08-281-31/+35
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-2/+20
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-2/+20
| |\ \ | | |/
| | * MDEV-7649 wrong result when comparing utf8 column with an invalid literalAlexander Barkov2015-04-241-1/+19
* | | cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-041-1/+1
|/ /
* | Cleanup of my_hash_sort patchMichael Widenius2014-09-121-2/+11
* | MDEV-6255 DUPLICATE KEY Errors on SELECT .. GROUP BY that uses temporary and ...Michael Widenius2014-09-111-7/+31
* | 10.0-base mergeSergei Golubchik2014-02-261-2/+2
|\ \ | |/
| * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
| |\
| | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | | Fixed errors and warnings found by buildbotMichael Widenius2014-02-061-1/+1
* | | MDEV-4929 Myanmar collationAlexander Barkov2013-12-201-0/+785
* | | MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-1/+1
* | | Fixing an MSVC warning about double "const" data type qualifierAlexander Barkov2013-12-051-1/+1
* | | Merging xxx_unicode_520_ci and xxx_vietnamese_ci from MySQL-5.6.Alexander Barkov2013-11-121-6/+12974
* | | MDEV-5241: Collation incompatibilities with MySQL-5.6Michael Widenius2013-11-091-14/+203
* | | A few minor Unicode collation customization improvements were made,Alexander Barkov2013-10-311-45/+95
* | | MDEV-5180 Data type for WEIGHT_STRING is too short in some casesAlexander Barkov2013-10-251-4/+10
* | | MDEV-5163 Merge WEIGHT_STRING function from MySQL-5.6Alexander Barkov2013-10-231-24/+150
* | | MDEV-4928 Merge collation customization improvements Alexander Barkov2013-10-021-998/+2247
* | | 10.0-base merge.Sergei Golubchik2013-09-211-19/+21
|\ \ \ | |/ /
| * | mysql-5.5.33 mergeSergei Golubchik2013-09-061-19/+21
| |\ \ | | |/
| | * Bug #16567381 DATETIME FIELD COMPARISONS DO NOT WORK PROPERLY Venkata Sidagam2013-07-041-20/+22