summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | my_largepage.c: cleanupDaniel Black2020-04-051-101/+102
* | | | | | HAVE_LARGE_PAGES no longer globalDaniel Black2020-04-052-5/+4
* | | | | | my_large_malloc/free fall back to my_{malloc|free}_lockDaniel Black2020-04-051-11/+19
* | | | | | my_large_page: more verbose errors on allocation fallback/failureDaniel Black2020-04-051-3/+8
* | | | | | my_large_malloc_int consolidated into my_large_mallocDaniel Black2020-04-051-180/+125
* | | | | | my_large_free_int merge into my_large_freeDaniel Black2020-04-051-42/+30
* | | | | | Simplified away my_get_large_page_size()Sergey Vojtovich2020-04-041-26/+17
* | | | | | HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGESSergey Vojtovich2020-04-042-4/+4
* | | | | | Coding style fixesSergey Vojtovich2020-04-042-14/+17
* | | | | | my_next_large_page_size() cleanupSergey Vojtovich2020-04-041-54/+59
* | | | | | Cleanup HAVE_MMAP_ALIGNED: one cmake check lessSergey Vojtovich2020-04-041-4/+4
* | | | | | Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-027-100/+475
* | | | | | restore stack traces that were broken by ebfe8c4e0eSergei Golubchik2020-03-161-4/+0
* | | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-115-213/+59
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-03-111-21/+23
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2020-03-081-21/+23
| | |\ \ \ \ | | | |/ / /
| | | * | | Check for CPU_COUNT macro within my_getncpusVicențiu Ciorbaru2020-03-081-21/+23
| * | | | | Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-114-5/+52
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-063-1/+52
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-03-061-0/+12
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-03-061-0/+12
| | | | |\ \ | | | | | |/
| | | | | * MDEV-21646: Failure to compile my_addr_resolve.c with binutils-2.34bb-5.5-MDEV-21646Oleksandr Byelkin2020-02-121-0/+12
| | | * | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-03-051-0/+10
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-21374: When "--help --verbose" prints out configuration file paths, the ...Anel Husakovic2020-02-221-0/+10
| | | * | | my_getncpus based on threads availableDaniel Black2020-02-201-1/+30
| | * | | | MDEV-16662: cmake remove empty INSTALL_DEBUG_TARGETDaniel Black2020-02-251-4/+0
| * | | | | mysys: remove windac my_security_attr_create (#1391)Daniel Black2020-02-142-203/+0
* | | | | | fix for VALGRIND buildOleksandr Byelkin2020-03-101-1/+1
* | | | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-1/+1
* | | | | | cleanup: remove unused argumentSergei Golubchik2020-03-101-2/+1
* | | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-1010-27/+25
* | | | | | perfschema compilation, test and misc fixesSergei Golubchik2020-03-101-16/+294
* | | | | | perfschema file instrumentation related changesSergei Golubchik2020-03-101-8/+19
* | | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-1037-244/+311
* | | | | | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-103-6/+4
* | | | | | Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-104-51/+4
* | | | | | MDEV-18650: Options deprecated in previous versions - thread_concurrencyVicențiu Ciorbaru2020-02-131-1/+0
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-02-071-2/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-19845: Make my_cpu.h self-containedMarko Mäkelä2020-02-011-2/+1
* | | | | | libpmem cmake macrosSergey Vojtovich2020-02-041-1/+18
* | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-286-28/+29
* | | | | | restore support for --defaults-file=<(...)Sergei Golubchik2020-01-171-6/+2
* | | | | | cleanup: remove unused argumentsSergei Golubchik2020-01-171-3/+2
* | | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-9/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-9/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-21167 LF_PINS::stack_ends_here inaccurate, leading to alloca() larger th...Vladislav Vaintroub2019-11-281-9/+5
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-192-1/+178
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec"Vladislav Vaintroub2019-11-152-1/+178
* | | | | | MDEV-16264 - prerequisite patch, periodic thr_timerVladislav Vaintroub2019-11-151-1/+30
* | | | | | Fix -Wmaybe-uninitializedMarko Mäkelä2019-11-041-5/+8