Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | my_largepage.c: cleanup | Daniel Black | 2020-04-05 | 1 | -101/+102 | |
* | | | | | | HAVE_LARGE_PAGES no longer global | Daniel Black | 2020-04-05 | 2 | -5/+4 | |
* | | | | | | my_large_malloc/free fall back to my_{malloc|free}_lock | Daniel Black | 2020-04-05 | 1 | -11/+19 | |
* | | | | | | my_large_page: more verbose errors on allocation fallback/failure | Daniel Black | 2020-04-05 | 1 | -3/+8 | |
* | | | | | | my_large_malloc_int consolidated into my_large_malloc | Daniel Black | 2020-04-05 | 1 | -180/+125 | |
* | | | | | | my_large_free_int merge into my_large_free | Daniel Black | 2020-04-05 | 1 | -42/+30 | |
* | | | | | | Simplified away my_get_large_page_size() | Sergey Vojtovich | 2020-04-04 | 1 | -26/+17 | |
* | | | | | | HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGES | Sergey Vojtovich | 2020-04-04 | 2 | -4/+4 | |
* | | | | | | Coding style fixes | Sergey Vojtovich | 2020-04-04 | 2 | -14/+17 | |
* | | | | | | my_next_large_page_size() cleanup | Sergey Vojtovich | 2020-04-04 | 1 | -54/+59 | |
* | | | | | | Cleanup HAVE_MMAP_ALIGNED: one cmake check less | Sergey Vojtovich | 2020-04-04 | 1 | -4/+4 | |
* | | | | | | Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large... | Daniel Black | 2020-04-02 | 7 | -100/+475 | |
* | | | | | | restore stack traces that were broken by ebfe8c4e0e | Sergei Golubchik | 2020-03-16 | 1 | -4/+0 | |
* | | | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-03-11 | 5 | -213/+59 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-03-11 | 1 | -21/+23 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge branch '10.2' into 10.3 | Vicențiu Ciorbaru | 2020-03-08 | 1 | -21/+23 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Check for CPU_COUNT macro within my_getncpus | Vicențiu Ciorbaru | 2020-03-08 | 1 | -21/+23 | |
| * | | | | | Merge commit '10.3' into 10.4 | Oleksandr Byelkin | 2020-03-11 | 4 | -5/+52 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-03-06 | 3 | -1/+52 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-03-06 | 1 | -0/+12 | |
| | | |\ \ \ | | | | |/ / | ||||||
| | | | * | | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2020-03-06 | 1 | -0/+12 | |
| | | | |\ \ | | | | | |/ | ||||||
| | | | | * | MDEV-21646: Failure to compile my_addr_resolve.c with binutils-2.34bb-5.5-MDEV-21646 | Oleksandr Byelkin | 2020-02-12 | 1 | -0/+12 | |
| | | * | | | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2020-03-05 | 1 | -0/+10 | |
| | | |\ \ \ | | | | |/ / | ||||||
| | | | * | | MDEV-21374: When "--help --verbose" prints out configuration file paths, the ... | Anel Husakovic | 2020-02-22 | 1 | -0/+10 | |
| | | * | | | my_getncpus based on threads available | Daniel Black | 2020-02-20 | 1 | -1/+30 | |
| | * | | | | MDEV-16662: cmake remove empty INSTALL_DEBUG_TARGET | Daniel Black | 2020-02-25 | 1 | -4/+0 | |
| * | | | | | mysys: remove windac my_security_attr_create (#1391) | Daniel Black | 2020-02-14 | 2 | -203/+0 | |
* | | | | | | fix for VALGRIND build | Oleksandr Byelkin | 2020-03-10 | 1 | -1/+1 | |
* | | | | | | cleanup: pass trxid by value | Sergei Golubchik | 2020-03-10 | 1 | -1/+1 | |
* | | | | | | cleanup: remove unused argument | Sergei Golubchik | 2020-03-10 | 1 | -2/+1 | |
* | | | | | | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 10 | -27/+25 | |
* | | | | | | perfschema compilation, test and misc fixes | Sergei Golubchik | 2020-03-10 | 1 | -16/+294 | |
* | | | | | | perfschema file instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -8/+19 | |
* | | | | | | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 37 | -244/+311 | |
* | | | | | | perfschema - various collateral cleanups and small changes | Sergei Golubchik | 2020-03-10 | 3 | -6/+4 | |
* | | | | | | Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADS | Jon Olav Hauglid | 2020-03-10 | 4 | -51/+4 | |
* | | | | | | MDEV-18650: Options deprecated in previous versions - thread_concurrency | Vicențiu Ciorbaru | 2020-02-13 | 1 | -1/+0 | |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-02-07 | 1 | -2/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | MDEV-19845: Make my_cpu.h self-contained | Marko Mäkelä | 2020-02-01 | 1 | -2/+1 | |
* | | | | | | libpmem cmake macros | Sergey Vojtovich | 2020-02-04 | 1 | -1/+18 | |
* | | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFO | Alexander Barkov | 2020-01-28 | 6 | -28/+29 | |
* | | | | | | restore support for --defaults-file=<(...) | Sergei Golubchik | 2020-01-17 | 1 | -6/+2 | |
* | | | | | | cleanup: remove unused arguments | Sergei Golubchik | 2020-01-17 | 1 | -3/+2 | |
* | | | | | | Merge 10.4 into 10.5 | Aleksey Midenkov | 2019-12-02 | 1 | -9/+5 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge 10.3 into 10.4 | Aleksey Midenkov | 2019-12-02 | 1 | -9/+5 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | MDEV-21167 LF_PINS::stack_ends_here inaccurate, leading to alloca() larger th... | Vladislav Vaintroub | 2019-11-28 | 1 | -9/+5 | |
* | | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-11-19 | 2 | -1/+178 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec" | Vladislav Vaintroub | 2019-11-15 | 2 | -1/+178 | |
* | | | | | | MDEV-16264 - prerequisite patch, periodic thr_timer | Vladislav Vaintroub | 2019-11-15 | 1 | -1/+30 | |
* | | | | | | Fix -Wmaybe-uninitialized | Marko Mäkelä | 2019-11-04 | 1 | -5/+8 |