summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-304-124/+11817
|\
| * 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-302-18/+181
| * 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-262-74/+11411
| * Updating uca-dump.c to be able to dump weights outside of BMP.Alexander Barkov2016-05-181-12/+31
* | str2decimal: don't return a negative zeroSergei Golubchik2016-06-301-0/+2
* | ull2dec: exact calculation of the precisionSergei Golubchik2016-06-301-2/+1
* | parse negative numbers into one itemSergei Golubchik2016-06-301-1/+2
* | Fixed compiler warnings and test failures found by buildbotMonty2016-06-242-3/+3
* | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-222-5/+4
* | General spell fixing in comments and stringsOtto Kekäläinen2016-06-082-3/+3
* | MDEV-6353 my_ismbchar() and my_mbcharlen() refactoringAlexander Barkov2016-05-1717-186/+17
* | MDEV-9823 LOAD DATA INFILE silently truncates incomplete byte sequencesAlexander Barkov2016-04-063-0/+8
* | Updating conf_to_src.c according to the current CHARSET_INFO structure.Alexander Barkov2016-04-051-4/+4
* | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-319-183/+68
* | Removing my_strnncoll_mb_bin() and my_strnncollsp_mb_bin(),Alexander Barkov2016-03-251-87/+0
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
|\ \ | |/
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| |\
| | * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | Removing duplicate code: sharing implementation of "strnxfrm"Alexander Barkov2016-03-233-68/+46
* | | Removing unused code in ctype-bin5.cAlexander Barkov2016-03-231-48/+0
* | | Fixing compilation warnings introduced in:Alexander Barkov2016-03-233-4/+5
* | | MDEV-9665 Remove cs->cset->ismbchar()Alexander Barkov2016-03-1615-137/+9
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-252-13/+17
|\ \ \ | |/ /
| * | MDEV-7231 Field ROUTINE_DEFINITION in INFORMATION_SCHEMA.`ROUTINES`Alexander Barkov2016-02-241-12/+16
| * | Fixes needed to compile with musl C libraryMonty2016-02-071-1/+1
* | | Adding "const" qualifier to the argument of decimal_actual_fraction().Alexander Barkov2016-01-141-1/+1
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-212-1/+2
|\ \ | |/
| * MDEV-9265 SuSE patches: Suspicious implicit sign extensionAlexander Barkov2015-12-151-1/+1
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-12-132-1/+2
| |\
| | * MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with pre...Oleksandr Byelkin2015-12-101-1/+2
| | * Correct length check in my_wc_mb_filename()Jan Lindström2015-12-071-1/+1
* | | MDEV-9265 SuSE patches: Suspicious implicit sign extensionAlexander Barkov2015-12-151-1/+2
* | | MDEV-9178 Wrong result for CAST(CONVERT('1IJ3' USING ucs2) AS SIGNED)Alexander Barkov2015-11-242-5/+20
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-122-2/+2
|\ \ \ | |/ /
| * | MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()Oleksandr Byelkin2015-09-062-2/+2
* | | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-171-0/+5
* | | MDEV-8694 Wrong result for SELECT..WHERE a NOT LIKE 'a ' AND a='a'Alexander Barkov2015-08-286-36/+42
* | | Adding MY_CHARSET_HANDLER::native_to_mb().Alexander Barkov2015-08-1416-23/+87
* | | MDEV-8362 dash '-' is not recognized in charset armscii8 on select where queryAlexander Barkov2015-07-141-1/+22
* | | MDEV-8419 utf32: compare broken bytes as "greater than any non-broken character"Alexander Barkov2015-07-071-232/+31
* | | Fixing a bug in MDEV-8418 (utf16, utf16le) and MDEV-8417 (utf8mb4).Alexander Barkov2015-07-062-5/+4
* | | MDEV-8416 ucs2: compare broken bytes as "greater than any non-broken character"Alexander Barkov2015-07-062-454/+125
* | | MDEV-8417 utf8mb4: compare broken bytes as "greater than any non-broken chara...Alexander Barkov2015-07-062-145/+43
* | | Fixing a typo in the previous commit.Alexander Barkov2015-07-031-1/+1
* | | Adding UTF8 related macros to reduce duplicate code.Alexander Barkov2015-07-031-81/+73
* | | Removing unused code in ctype-utf8.cAlexander Barkov2015-07-031-112/+0
* | | MDEV-8415 utf8: compare broken bytes as "greater than any non-broken character"Alexander Barkov2015-07-032-170/+136