summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.2-MDEV-23175-backportDaniel Black2021-12-221-2/+24
* MDEV-27088: Server crash on ARM (WMM architecture) due to missing barriers in...Martin Beck2021-11-302-5/+9
* Safemalloc typo fix found by clang.Oleksandr Byelkin2021-10-261-2/+2
* Xcode compatibility updateSergei Krivonos2021-10-121-0/+7
* Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-301-3/+3
* fix clang build: check alignment the other wayEugene Kosov2021-07-261-1/+1
* fix clang buildEugene Kosov2021-06-151-2/+1
* MDEV-25584 Implement posix semantics file deletion for Windows 10Vladislav Vaintroub2021-05-031-6/+27
* MDEV-15064: IO_CACHE mysys read_pos, not libmaria rc_posbb-10.2-danielblack-MDEV-15064-IO_CACHE-read_posRainer Orth2021-04-171-1/+1
* myseek: AIX has no "tell"bb-10.2-danielblack-aix-notellDaniel Black2021-03-191-1/+1
* MDEV-23510: arm64 lf_hash alignment of pointersDaniel Black2021-02-251-14/+14
* MDEV-21646: postfix - my_addr_resolve: static Dl_info infoDaniel Black2020-12-151-1/+1
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-022-3/+4
* remove non-working debug assertSergei Golubchik2020-10-291-3/+0
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-281-9/+18
|\
| * MDEV-14945 possible buffer overflow in stack resolverVicențiu Ciorbaru2020-10-261-9/+18
* | MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-231-3/+3
* | minor fixes of rpl_start_stop_slave and rpl_slave_grp_exec tests, expanding r...Alice Sherepa2020-10-141-0/+3
* | UBSAN UndefinedBehaviorSanitizer: undefined-behavior ../mysys/hash.c:798:9Eugene Kosov2020-10-031-3/+2
* | 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.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.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
* | 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
* | speed up my_timer_init()Eugene Kosov2020-07-291-0/+4
* | assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-271-22/+34
* | 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.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
* | | cleanup THR_KEY_mysysEugene Kosov2020-04-251-7/+7
* | | 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
* | | Check for CPU_COUNT macro within my_getncpusVicențiu Ciorbaru2020-03-081-21/+23
* | | 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
* | | Fix debug assert to match its intention.Vladislav Vaintroub2019-06-171-1/+1
* | | MDEV-19750 mysql command wrong encodingVladislav Vaintroub2019-06-171-1/+217