summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug thr_lock_info_initMonty2020-05-231-1/+1
* largepages: osx compile warning fixDaniel Black2020-05-181-2/+2
* Merge 10.4 into 10.5Marko Mäkelä2020-05-181-2/+5
|\
| * MDEV-22556: Incorrect result for window function when using encrypt-tmp-files=ONVarun Gupta2020-05-171-2/+5
* | Merge 10.4 into 10.5Marko Mäkelä2020-05-131-2/+2
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-05-131-2/+2
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-131-2/+2
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-05-131-2/+2
| | | |\
| | | | * MDEV-22344: Fix typos in commentsAnel Husakovic2020-05-061-2/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-79/+90
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-79/+90
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-79/+90
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-79/+90
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-79/+90
| | | | |\
| | | | | * BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENTSergei Golubchik2020-04-301-79/+90
| | | * | | MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-291-2/+1
* | | | | | MDEV-22454 Allow -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ONVladislav Vaintroub2020-05-041-0/+1
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-7/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-7/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-7/+7
| | |\ \ \ \ | | | |/ / /
| | | * | | cleanup THR_KEY_mysysEugene Kosov2020-04-251-7/+7
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-258-11/+31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-163-8/+22
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-153-8/+22
| | |\ \ \ \ | | | |/ / /
| | | * | | Correct FreeBSD cpuset_t typeDaniel Black2020-04-031-0/+4
| | | * | | A better fix for edd7e7cSergey Vojtovich2020-04-011-9/+11
| | | * | | MDEV-22074 UBSAN: applying zero offset to null pointer in hash.cEugene Kosov2020-03-311-1/+7
| | | * | | MDEV-22069 UBSAN: runtime error: member access within null pointer of type 'M...Eugene Kosov2020-03-311-1/+3
| * | | | | Shrink my_atomic.h and my_cpu.h scopeSergey Vojtovich2020-04-155-0/+5
| * | | | | my_file_opened to my_atomicSergey Vojtovich2020-04-152-3/+4
* | | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-1/+2
* | | | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-2/+6
* | | | | | Post-fixes for MDEV-18851 for WindowsVladislav Vaintroub2020-04-171-3/+1
* | | | | | my_pagepages: perror -> my_errorDaniel Black2020-04-082-3/+7
* | | | | | my_largepage: fprintf -> my_{printf_,}errorDaniel Black2020-04-082-34/+50
* | | | | | add EE_BADMEMORY_RELEASEDaniel Black2020-04-081-1/+3
* | | | | | my_large_malloc: style fixDaniel Black2020-04-081-3/+3
* | | | | | my_largepage: reduce includes already in my_global.hDaniel Black2020-04-081-7/+0
* | | | | | my_large_pages: simplify solaris constantsDaniel Black2020-04-081-9/+2
* | | | | | my_large_pages: remove conventional memory(my_malloc_lock) fallbackDaniel Black2020-04-081-23/+7
* | | | | | Fixed build failureSergey Vojtovich2020-04-051-1/+2
* | | | | | 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