summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-07-021-0/+66
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-021-0/+8
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+8
| | |\
| | | * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-0/+8
| * | | MDEV-22438 add a function similar to std::make_scope_exit()Eugene Kosov2020-06-221-0/+66
* | | | S3 is pluggable nowSergei Golubchik2020-06-191-1/+1
* | | | cleanup: Aria headersSergei Golubchik2020-06-191-298/+31
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-182-0/+3
|\ \ \ \ | |/ / /
| * | | MDEV-22917 wolfssl might crash at startup when both SSL and encryption plugin...Vladislav Vaintroub2020-06-171-0/+2
| * | | MDEV-18215: mariabackup does not report unknown command line optionsVlad Lesin2020-06-141-0/+1
* | | | MDEV-22911: Fix the valgrind & MSAN instrumentation of MDEV-8139Thirunarayanan Balathandayuthapani2020-06-161-0/+8
* | | | Added checks for uninitalized memory when writing to IO_CACHEMonty2020-06-141-2/+2
* | | | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-141-0/+4
* | | | Changes needed for ColumnStore and insert cacheMonty2020-06-141-1/+1
* | | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-0/+1
* | | | MDEV-16470: switch off user variables (and fixes of its support)bb-10.5-MDEV-22550Oleksandr Byelkin2020-06-122-1/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-071-2/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-061-2/+8
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-061-2/+8
| | |\ \ | | | |/
| | | * fix compilation with VS2019, preview of 16.7 versionEugene Kosov2020-06-051-2/+8
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-0/+4
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-06-051-0/+4
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-0/+4
| | |\ \ | | | |/
| | | * MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-041-0/+4
* | | | Cleanup - remove HAVE_AIOWAIT and associated code from mysysVladislav Vaintroub2020-06-051-21/+0
* | | | FreeBSD compilation fixesSergei Golubchik2020-06-041-1/+1
* | | | MDEV-22641: postfix - crc32{,c} fixups for ppc64Daniel Black2020-06-031-1/+1
* | | | Fix my_checksum declaration.Vladislav Vaintroub2020-06-011-1/+1
* | | | MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558)mysqlonarm2020-06-011-3/+12
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-312-23/+82
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-22/+77
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-271-22/+77
| | |\ \ | | | |/
| | | * fix compilationEugene Kosov2020-05-271-23/+18
| | | * Fix the build with GCC 4.1.2Marko Mäkelä2020-05-271-6/+11
| | | * Fix the RelWithDebInfo buildMarko Mäkelä2020-05-271-1/+1
| | | * intrusive::list fixesEugene Kosov2020-05-271-23/+78
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-1/+5
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-1/+5
| | |\ \ | | | |/
| | | * MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-241-1/+5
* | | | Fixed access to undefined memory found by valgrind and MSANMonty2020-05-231-1/+4
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-192-45/+58
|\ \ \ \ | |/ / /
| * | | Move c++ code from my_atomic.h to my_atomic_wrapper.hMonty2020-05-192-45/+58
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-183-29/+99
|\ \ \ \ | |/ / /
| * | | MDEV-22456 after-merge fix: introduce Atomic_relaxedMarko Mäkelä2020-05-182-12/+46
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-163-31/+78
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-152-30/+66
| | |\ \ | | | |/
| | | * Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overheadMarko Mäkelä2020-05-151-1/+3
| | | * span cleanupEugene Kosov2020-05-151-21/+41
| | | * Fix for using uninitialized memoryMonty2020-05-151-6/+20
* | | | Merge mariadb-10.5.3 into 10.5Marko Mäkelä2020-05-124-28/+29
|\ \ \ \