summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed inAlexey Botchkov2017-05-021-0/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-303-2/+3
|\
| * Correct FSF addressiangilfillan2017-03-102-2/+2
| * MDEV-11752 Unsafe strmov - function definition in include/m_string.hSergei Golubchik2017-03-101-0/+1
* | MDEV-11856 json_search doesn't search for values with double quotesAlexey Botchkov2017-03-141-0/+2
* | Fix several compile warnings on WindowsVladislav Vaintroub2017-03-102-3/+1
* | MDEV-11858 json_merge() concatenates instead of merging.Alexey Botchkov2017-02-101-7/+0
* | MDEV-11857 json_search() shows "Out of memory" with empty key.Alexey Botchkov2017-02-091-1/+3
* | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-24/+86
* | MDEV-11938 json.json_no_table crashes or fails with valgrind warnings in json...Alexey Botchkov2017-02-021-30/+54
* | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-261-6/+37
* | MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-241-26/+140
* | MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-4/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-292-2/+2
|\ \ | |/
| * 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-11571 JSON_EXTRACT returns wrong results.Alexey Botchkov2016-12-241-4/+1
* | | | MDEV-11562 Assertion `js->state == JST_VALUE' failed in check_contains(json_e...Alexey Botchkov2016-12-161-18/+5
* | | | MDEV-11470 JSON_KEYS accepts arguments in invalid format.Alexey Botchkov2016-12-131-5/+7
* | | | cleanup: my_strerrorSergei Golubchik2016-12-121-2/+3
* | | | MDEV-11453 JSON_CONTAINS returns incorrect values.Alexey Botchkov2016-12-111-0/+7
* | | | MDEV-11469 JSON_SEARCH returns incorrect results.Alexey Botchkov2016-12-091-26/+42
* | | | MDEV-11461 JSON_TYPE does not recognize integer/double types.Alexey Botchkov2016-12-051-0/+16
* | | | MDEV-11463 Server crashes in mark_array upon JSON_VALID.Alexey Botchkov2016-12-031-9/+29
* | | | fix build and some warningskevg2016-11-242-40/+0
* | | | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-2/+4
* | | | MDEV-11255 LDML: allow defining 2-level UCA collationsAlexander Barkov2016-11-082-83/+106
* | | | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-193-5/+1569
* | | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-1018-239/+16
* | | | MDEV-10877 xxx_unicode_nopad_ci collationsAlexander Barkov2016-09-231-23/+518
* | | | MDEV-9711 NO PAD collationsAlexander Barkov2016-09-0620-333/+4080
* | | | MDEV-10743 LDML: a new syntax to reuse sort order from another 8bit simple co...Alexander Barkov2016-09-063-22/+118
* | | | MDEV-10742 LDML: make conf_to_src reuse common data between collationsAlexander Barkov2016-09-052-3225/+227
* | | | LDML refactoring for "MDEV-9711 NO PAD collations"Alexander Barkov2016-09-034-53/+82
* | | | 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