summaryrefslogtreecommitdiff
path: root/config.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Cleanup - remove HAVE_AIOWAIT and associated code from mysysVladislav Vaintroub2020-06-051-1/+0
* HAVE_LARGE_PAGES no longer globalDaniel Black2020-04-051-1/+0
* HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGESSergey Vojtovich2020-04-041-1/+1
* Cleanup HAVE_MMAP_ALIGNED: one cmake check lessSergey Vojtovich2020-04-041-1/+0
* Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-021-5/+2
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-0/+1
|\
| * 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
* | | | Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-101-1/+0
* | | | MDEV-14024 PCRE2.Alexey Botchkov2019-12-211-0/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-5/+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-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-1/+0
* | | | Merge 10.4 to 10.5Marko Mäkelä2019-05-271-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption libraryVladislav Vaintroub2019-05-221-0/+1
* | | | Armv8 CRC32 optimization (#772)Yuqi2019-05-241-0/+5
|/ / /
* | | 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
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13785: move defination HAVE_LARGE_PAGES -> HAVE_LINUX_LARGE_PAGESDaniel Black2018-03-291-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-0/+1
| |\ \ \ \ \ | | |/ / / /