summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Fix conf_to_src build.Vladislav Vaintroub2018-01-051-1/+2
* MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-195-53/+13
* Merge branch '10.0' into 10.1Sergei Golubchik2017-10-222-8/+3
|\
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-182-8/+3
| |\
| | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-172-11/+19
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-4/+0
|\ \ \ | |/ /
| * | Build improvements and cleanups.Vladislav Vaintroub2017-09-081-4/+0
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-1/+1
|\ \ \ | |/ /
| * | MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-1/+1
| * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-172-4/+14
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-172-4/+14
* | | Correct FSF addressiangilfillan2017-03-102-2/+2
* | | MDEV-11752 Unsafe strmov - function definition in include/m_string.hSergei Golubchik2017-03-101-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-0/+2
| |\ \ | | |/
| | * str2decimal: don't return a negative zeroSergei Golubchik2016-12-051-0/+2
* | | Removing the unused function my_bincmp() from strings/ctype-ucs2.cAlexander Barkov2016-11-241-11/+0
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-282-2/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-272-2/+2
| |\ \ | | |/
| | * potential signedness issueSergei Golubchik2016-09-122-11/+11
| | * MDEV-7973 bigint fail with gcc 5.0Sergei Golubchik2016-07-061-0/+4
* | | 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
* | | 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
* | | 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
* | | 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