summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * \ \ \ Merge branch '10.4' into 10.5Sergei Golubchik2020-05-094-28/+29
| |\ \ \ \ | | |/ / /
| | * | | WolfSSL fixesSergei Golubchik2020-05-081-2/+2
| | * | | Update WolfSSLVladislav Vaintroub2020-05-082-2/+2
| | * | | MDEV-21794: Optimizer flag rowid_filter leads to long querySergei Petrunia2020-05-071-24/+25
* | | | | MDEV-22043 Special character leads to assertion in my_wc_to_printable_generic...Alexander Barkov2020-05-091-3/+6
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-055-12/+23
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-055-12/+23
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-045-12/+23
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-5/+5
| | | |\
| | | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-5/+5
| | | | |\
| | | | | * BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENTSergei Golubchik2020-04-301-5/+5
| | | * | | add WITH_DBUG_TRACE CMake variableEugene Kosov2020-04-291-0/+8
| | | * | | MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-293-7/+10
* | | | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-15/+1
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-041-1/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-22401: Optimizer trace: multi-component range is not printed correctlySergei Petrunia2020-04-291-1/+7