summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-09-032-4/+8
|\
| * Merge 10.1 into 10.2Marko Mäkelä2020-09-032-4/+8
| |\
| | * MDEV-22387: Do not pass null pointer to some memcpy()Marko Mäkelä2020-09-032-4/+8
* | | Merge 10.2 into 10.3Marko Mäkelä2020-08-201-117/+16
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-08-201-117/+16
| |\ \ | | |/
| | * MDEV-23491: __bss_start breaks compilation of various platformsOleksandr Byelkin2020-08-181-106/+16
* | | Merge branch '10.2' into 10.3mariadb-10.3.24Sergei Golubchik2020-08-061-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2mariadb-10.2.33Sergei Golubchik2020-08-061-1/+1
| |\ \ | | |/
| | * link failure on fulltest (xenial)mariadb-10.1.46Sergei Golubchik2020-08-061-1/+1
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-8/+9
|\ \ \ | |/ /
| * | Fix for macOleksandr Byelkin2020-08-021-1/+4
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-10/+8
| |\ \ | | |/
| | * MDEV-15961: Fix stacktraces under FreeBSD (aarch64)Karthik Kamath2020-07-281-8/+8
* | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-0/+4
|\ \ \ | |/ /
| * | speed up my_timer_init()Eugene Kosov2020-07-291-0/+4
* | | MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-021-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-22/+34
|\ \ \ | |/ /
| * | assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-271-22/+34
* | | 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 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
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-7/+7
|\ \ \ \ | |/ / /
| * | | cleanup THR_KEY_mysysEugene Kosov2020-04-251-7/+7
* | | | 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
* | | | 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 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
* | | | MDEV-21167 LF_PINS::stack_ends_here inaccurate, leading to alloca() larger th...Vladislav Vaintroub2019-11-281-9/+5
* | | | Cleanup mman.h includesSergey Vojtovich2019-10-021-1/+0
* | | | MDEV-20079 When setting back the system time while mysqld is running, NOW() a...Sergei Golubchik2019-09-041-0/+2
* | | | MDEV-20425 Implement Boolean debug build option debug_assertbb-10.3-MDEV-20425Marko Mäkelä2019-08-291-1/+4
* | | | MDEV-20183 data race at safe_mutex_lock()Eugene Kosov2019-07-261-2/+2
* | | | MDEV-19845: Adjust for Skylake based on benchmarksMarko Mäkelä2019-07-021-3/+8
* | | | MDEV-19845: Fix the build on some platformsMarko Mäkelä2019-06-271-0/+1