summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Monty2021-09-151-1/+1
|\
| * MDEV-26601: mysys - O_TMPFILE ^ O_CREATDaniel Black2021-09-141-1/+1
* | MDEV-26533 MariaDB 10.5 crashes with key_buffer_size > 4Gb on Windows x64Vladislav Vaintroub2021-09-041-14/+14
* | Merge 10.4 into 10.5Marko Mäkelä2021-08-311-3/+3
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2021-08-311-3/+3
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-08-311-3/+3
| | |\
| | | * Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-301-3/+3
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-271-1/+1
| | |\ \ | | | |/
| | | * fix clang build: check alignment the other wayEugene Kosov2021-07-261-1/+1
* | | | Fix building crc32_arm64 on NetBSD/aarch64nia2021-07-221-4/+2
* | | | MDEV-26042 Atomic write capability is not detected correctlyMarko Mäkelä2021-06-291-29/+32
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-211-2/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-211-2/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-211-2/+1
| | |\ \ | | | |/
| | | * fix clang buildEugene Kosov2021-06-151-2/+1
* | | | CRC32 on OpenBSD/powerpc64.Brad Smith2021-05-261-2/+2
* | | | my_largepage: Fix build with MAP_ALIGNED by no MAP_ALIGNED_SUPERnia2021-05-251-2/+4
* | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-6/+27
|\ \ \ \ | |/ / /
| * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-6/+27
| |\ \ \ | | |/ /
| | * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-6/+27
| | |\ \ | | | |/
| | | * MDEV-25584 Implement posix semantics file deletion for Windows 10Vladislav Vaintroub2021-05-031-6/+27
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-031-127/+0
|\ \ \ \ | |/ / /
| * | | MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_...bb-10.4-MDEV-22227mkaruza2021-04-281-127/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-212-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-211-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-211-1/+1
| | |\ \ | | | |/
| | | * 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
| * | | Fix all warnings given by UBSANMonty2021-04-201-3/+3
* | | | MDEV-24745 Generic CRC-32C computation wrongly uses SSE4.2 instructionsMarko Mäkelä2021-04-135-867/+879
* | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-201-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-191-1/+1
| | |\ \ | | | |/
| | | * myseek: AIX has no "tell"bb-10.2-danielblack-aix-notellDaniel Black2021-03-191-1/+1
* | | | crc32c: Fix AIX compulation - ALIGN definedDaniel Black2021-03-181-0/+4
* | | | CRC32 on AIXEtienne Guesnet2021-03-182-1/+12
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-051-21/+34
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-21/+34
| |\ \ \ | | |/ /
| | * | MENT-1098 Crash during update on 10.4.17 after upgrade from 10.4.10Monty2021-02-251-21/+34
| * | | Merge branch '10.3' into 10.4Daniel Black2021-02-251-1/+1
| |\ \ \ | | |/ /
| | * | mysys: lf_hash - fix l_search size_t keylenDaniel Black2021-02-251-1/+1
| * | | Merge branch '10.3' into 10.4Daniel Black2021-02-251-15/+15
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.2' into 10.3Daniel Black2021-02-251-15/+15
| | |\ \ | | | |/
| | | * MDEV-23510: arm64 lf_hash alignment of pointersDaniel Black2021-02-251-14/+14
* | | | MDEV-24858 SIGABRT in DbugExit from my_malloc in Query_cache::init_cache Regr...Nayuta Yanagisawa2021-03-011-1/+1
* | | | MDEV-23510: arm64 lf_hash alignment of pointersDaniel Black2021-02-252-23/+34
* | | | Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-081-2/+2
* | | | MDEV-24750 Various corruptions caused by Aria subsystem...Monty2021-02-032-2/+5