summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.10 into 10.11Jan Lindström2022-09-063-72/+109
|\
| * A follow-up patch MDEV-27266 Improve UCA collation performance for utf8mb3 an...Alexander Barkov2022-09-023-72/+109
* | Merge 10.10 into 10.11Marko Mäkelä2022-08-302-58/+33
|\ \ | |/
| * Merge 10.9 into 10.10Marko Mäkelä2022-08-302-58/+33
| |\
| | * Merge 10.8 into 10.9Marko Mäkelä2022-08-302-58/+33
| | |\
| | | * Merge 10.7 into 10.8Marko Mäkelä2022-08-302-58/+33
| | | |\
| | | | * Merge 10.6 into 10.7Marko Mäkelä2022-08-302-58/+33
| | | | |\
| | | | | * Ensure that source files contain only valid UTF8 encodings (#2188)anson10142022-08-302-58/+33
* | | | | | Merge 10.10 to 10.11Marko Mäkelä2022-08-292-3/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed some compiler issues appeared after d7ffb7c3dd95c4c5e36f75b09662faafa0f...Igor Babaev2022-08-162-3/+5
* | | | | | Remove redundant variable (#2237)NTH192022-08-271-5/+2
|/ / / / /
* | | | | MDEV-27266 Improve UCA collation performance for utf8mb3 and utf8mb4Alexander Barkov2022-08-103-11/+606
* | | | | MDEV-27265 Improve contraction performance in UCA collationsAlexander Barkov2022-08-101-18/+186
* | | | | MDEV-27009 Add UCA-14.0.0 collationsAlexander Barkov2022-08-1026-478/+1188
* | | | | MDEV-27009 Add UCA-14.0.0 collations - adding version aware implicit weight h...Alexander Barkov2022-08-101-13/+37
* | | | | MDEV-27009 Add UCA-14.0.0 collations - dump logical positions and contractionsAlexander Barkov2022-08-102-101/+564
* | | | | MDEV-27009 Add UCA-14.0.0 collations - Adding implicit weight handling for Un...Alexander Barkov2022-08-104-37/+316
* | | | | MDEV-27009 Add UCA-14.0.0 collations - adding uca-dump into build targetsAlexander Barkov2022-08-104-113/+308
|/ / / /
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-07-281-127/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.7 into 10.8Marko Mäkelä2022-07-281-101/+0
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.7Marko Mäkelä2022-07-271-101/+0
| | |\ \ | | | |/
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-07-271-101/+0
| | | |\
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-07-271-101/+0
| | | | |\
| | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-101/+0
| | | | | |\
| | | | | | * MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-201-101/+0
| | * | | | | MDEV-27415 main.json_normalize and main.json_equals fail with UBSAN runtime e...Sergei Golubchik2022-05-111-1/+1
* | | | | | | Merge branch '10.8' into 10.9mariadb-10.9.1Sergei Golubchik2022-05-192-8/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.7' into 10.8Sergei Golubchik2022-05-112-8/+8
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.6' into 10.7Sergei Golubchik2022-05-112-8/+8
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-102-8/+8
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-092-8/+8
| | | | |\ \ \ | | | | | |/ /
| | | | | * | 10.4 specific changes for "MDEV-27494 Rename .ic files to .inl"Alexander Barkov2022-04-282-8/+8
* | | | | | | MDEV-28319: Assertion `cur_step->type & JSON_PATH_KEY' failed in json_find_pathRucha Deodhar2022-04-261-1/+0
* | | | | | | MDEV-28350: Test failing on buildbot with UBSANRucha Deodhar2022-04-261-11/+14
* | | | | | | MDEV-28326: Server crashes in json_path_parts_compareRucha Deodhar2022-04-261-4/+8
* | | | | | | MDEV-28072: JSON_EXTRACT has inconsistent behavior with '0' value in jsonRucha Deodhar2022-04-151-1/+1
* | | | | | | MDEV-28071: JSON_EXISTS returns always 1 if it is used range notation forRucha Deodhar2022-04-151-3/+11
* | | | | | | vcol.wrong_arena failing on buildbot when current date is '2022-03-17'Rucha Deodhar2022-04-151-1/+1
* | | | | | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-151-55/+92
* | | | | | | MDEV-27972: Unexpected behavior with negative zero (-0) inRucha Deodhar2022-04-131-1/+1
* | | | | | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-131-37/+105
* | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-03-301-9/+23
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-03-301-9/+23
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-03-301-9/+23
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-291-9/+23
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-9/+23
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-9/+23
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge 10.2 into 10.3Marko Mäkelä2022-03-291-9/+23
| | | | | | |\
| | | | | | | * MDEV-22742 UBSAN: Many overflow issues in strings/decimal.c - runtime error: ...Alexey Botchkov2022-03-211-9/+23
* | | | | | | | MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-0/+4
|/ / / / / / /