summaryrefslogtreecommitdiff
path: root/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2022-10-111-5/+2
|\
| * Remove redudant defines USE_MB and USE_MB_IDENTAnel Husakovic2022-10-091-5/+2
* | Remove HAVE_SNPRINTFMarko Mäkelä2022-10-051-1/+0
* | Merge 10.3 into 10.4Daniel Black2022-08-311-0/+6
|\ \ | |/
| * MDEV-28592 disks plugin - getmntinfo (BSD) & getmntent (AIX)Daniel Black2022-08-311-0/+6
* | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-0/+2
| |\
| | * MDEV-27758: Errors when building Connect engine on os x 11.6.2Dmitry Shulga2022-04-221-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-271-0/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-03-271-0/+1
| |\ \ | | |/
| | * Replace mallinfo with mallinfo2 on supported systemsMichael Okoko2021-03-271-0/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+0
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+0
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+0
| | |\
| | | * MDEV-15961: Fix stacktraces under FreeBSD (aarch64)Karthik Kamath2020-07-281-1/+0
* | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-0/+1
| |\ \ \ | | |/ /
| | * | Clean wrong cherry-pick from previous commitAnel Husakovic2020-02-201-2/+0
| | * | my_getncpus based on threads availableDaniel Black2020-02-201-0/+3
| | * | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-191-2/+0
* | | | MDEV-19696 - Cleanup gcc sync builtinsRobert Bindar2019-07-031-1/+0
* | | | MDEV-19845: Define my_timer_cycles() inlineMarko Mäkelä2019-06-281-2/+0
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-06-271-2/+0
|\ \ \ \ | |/ / /
| * | | MDEV-19845: Adaptive spin loopsMarko Mäkelä2019-06-271-2/+0
* | | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-0/+1
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | MDEV-17380 innodb_flush_neighbors=ON should be ignored on SSDMarko Mäkelä2019-04-011-1/+0
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | dirty mergeOleksandr Byelkin2019-02-071-1/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-1/+5
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+5
| | | |\ \
| | | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-1/+5
| | | | |\ \ | | | | | |/
| | | | | * Crude "auto-load-data-local-infile" modemariadb-5.5.63Sergei Golubchik2019-01-271-1/+5
* | | | | | mysqld: ignore SIGHUP sent by the kernelSergei Golubchik2018-12-121-0/+1
|/ / / / /
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-6/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-6/+2
| |\ \ \ \ | | |/ / /
| | * | | compiler warnings (clang 4.0.1 on i386)Sergei Golubchik2018-09-041-6/+0
* | | | | Cleanup log2() portability checksSergey Vojtovich2018-05-261-1/+0
* | | | | Cleanup rint() portability checksSergey Vojtovich2018-05-261-1/+0
* | | | | Cleanup isnan() portability checksSergey Vojtovich2018-05-261-2/+0
* | | | | Cleanup isinf() portability checksSergey Vojtovich2018-05-261-1/+0
* | | | | remove check for finite/isfiniteHoward Su2018-05-241-2/+0
* | | | | MDEV-8743: use mkostemp when available with O_CLOEXECDaniel Black2018-05-211-0/+1
* | | | | MDEV-15583 create_temp_file: remove tempnam implementationDaniel Black2018-05-211-1/+0
* | | | | Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-2/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-03-301-1/+1
|\ \ \ \ \ | |/ / / /