summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24335 Unexpected question mark in the end of a TINYTEXT columnAlexander Barkov2021-11-021-2/+2
* MDEV-24901 SIGSEGV in fts_get_table_name, SIGSEGV in ib_vector_size, SIGSEGV ...bb-10.2-bar-MDEV-24901Alexander Barkov2021-10-291-4/+4
* MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-081-4/+59
* ucs2: cppcheck - add va_endbb-10.2-danielblack-cppcheckDaniel Black2021-01-211-2/+8
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-022-4/+6
* MDEV-23941: strings/json_lib.c:893:12: style: Suspicious conditionVicențiu Ciorbaru2020-10-231-1/+1
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-09-231-2/+4
* Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-111-1/+1
* Merge 10.1 into 10.2Marko Mäkelä2020-08-101-0/+18
|\
| * MDEV-23105 Cast number string with many leading zeros to decimal gives unexpe...Alexander Barkov2020-08-051-0/+18
* | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-1/+7
* | MDEV-22849 Reuse skip_trailing_space() in my_hash_sort_utf8mbXAlexander Barkov2020-06-101-15/+11
* | MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-241-20/+35
* | MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri...Oleksandr Byelkin2020-04-011-5/+61
* | Merge 10.1 into 10.2Marko Mäkelä2019-12-232-6/+14
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-12-162-6/+14
| |\
| | * MDEV-21065 UNIQUE constraint causes a query with string comparison to omit a ...Alexander Barkov2019-12-162-6/+14
* | | Merge 10.1 into 10.2Marko Mäkelä2019-10-251-4/+14
|\ \ \ | |/ /
| * | Merge branch 'github/5.5' into 10.1Sergei Golubchik2019-10-231-4/+14
| |\ \ | | |/
| | * crash in string-to-int conversionSergei Golubchik2019-10-191-4/+14
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-1337-38/+38
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1135-36/+36
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-1134-35/+35
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-112-2/+2
| |\ \ | | |/
| | * Update FSF addressMichal Schorm2019-05-102-2/+2
| * | Remove unused declarationsMarko Mäkelä2019-04-031-30/+1
* | | post-merge: -Werror fixes in 10.2Sergei Golubchik2019-03-291-2/+2
* | | MDEV-17454 JSON_VALID( '{"a":1]' ) evaluates to 1.Alexey Botchkov2018-11-121-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2018-11-064-100/+101
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-11-051-2/+2
| |\ \
| | * | MDEV-17298 ASAN unknown-crash / READ of size 1 in my_strntoul_8bit upon INSER...Alexander Barkov2018-10-311-2/+2
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-311-16/+19
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-10-311-16/+19
| | |\ \ | | | |/
| | | * MDEV-17256 Decimal field multiplication bug.bb-5.5-hfAlexey Botchkov2018-10-301-16/+19
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-302-82/+80
| |\ \ \ | | |/ /
| | * | MDEV-17064 LIKE function has error behavior on the fields in which the collat...Alexander Barkov2018-10-152-82/+80
* | | | MDEV-17001 JSON_MERGE returns nullwhen merging empty array.Alexey Botchkov2018-09-131-4/+0
* | | | MDEV-17121 JSON_ARRAY_APPEND.Alexey Botchkov2018-09-111-0/+25
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-027-152/+88
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into bb-10.1-merge-sanjaOleksandr Byelkin2018-07-257-152/+88
| |\ \ \ | | |/ /
| | * | Simplify caseup() and casedn() in charsetsAlexander Barkov2018-07-197-152/+88
* | | | MDEV-16054 simple json functions flatline cpu on garbage input.Alexey Botchkov2018-07-311-0/+2
* | | | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-251-2/+2
* | | | MDEV-15420 Wrong result for CAST from TIME or DATETIME with zero integer part...Alexander Barkov2018-02-251-0/+6
* | | | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-268-27/+27
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vladislav Vaintroub2018-01-061-1/+2
|\ \ \ \ | |/ / /
| * | | Fix conf_to_src build.Vladislav Vaintroub2018-01-051-1/+2
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-225-53/+13
|\ \ \ \ | |/ / /
| * | | MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-195-53/+13
* | | | MDEV-14350 Index use with collation utf8mb4_unicode_nopad_ci on LIKE pattern ...Alexander Barkov2017-12-082-7/+7