summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Bug#18913935: REMOVE SUPPORT FOR LINUXTHREADSJon Olav Hauglid2020-03-101-11/+0
* MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-103-0/+32
* MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-0/+2
* Fix build on aarch64, after MDEV-21534Vladislav Vaintroub2020-03-021-0/+1
* MDEV-18650: Options deprecated in previous versions - thread_concurrencyVicențiu Ciorbaru2020-02-131-1/+0
* MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-112-10/+17
* Merge 10.4 into 10.5Marko Mäkelä2020-02-073-1/+10
|\
| * MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for my...Sachin2020-02-032-0/+2
| * MDEV-19845: Make my_cpu.h self-containedMarko Mäkelä2020-02-011-1/+8
* | libpmem cmake macrosSergey Vojtovich2020-02-041-0/+7
* | Merge 10.4 into 10.5Marko Mäkelä2020-01-2813-36/+116
|\ \ | |/
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-01-2111-36/+112
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-2111-36/+112
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-2011-36/+112
| | | |\
| | | | * Merge branch 'merge-perfschema-5.6' into 10.1Oleksandr Byelkin2020-01-1911-36/+112
| | | | |\
| | | | | * 5.6.47Oleksandr Byelkin2020-01-1911-36/+112
| | | | | * 5.6.31Sergei Golubchik2016-06-213-22/+22
| * | | | | compilation fixes for new wolfsslSergei Golubchik2020-01-202-0/+4
* | | | | | Fixing a compilation failure of Windows (introduced in MDEV-21581)Alexander Barkov2020-01-281-1/+1
* | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-49/+513
* | | | | | fix aligned memcpy()-like functions usageEugene Kosov2020-01-231-9/+22
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-071-0/+190
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-01-071-0/+190
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-01-071-0/+190
| | |\ \ \ \ | | | |/ / /
| | | * | | Lets add another intrusive double linked list!Eugene Kosov2020-01-041-0/+188
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-12-163-5/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2019-12-121-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature chec...Vladislav Vaintroub2019-12-081-1/+1
| | | * | | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-191-19/+1
| * | | | | MDEV-20848 Fixes for MTR test galera_sr.GCF-1060 (#1421)Daniele Sciascia2019-12-042-3/+3
* | | | | | MDEV-16678 Prefer MDL to dict_sys.latch for innodb background tasksMarko Mäkelä2019-12-102-1/+48
* | | | | | MDEV-8844 Unreadable control characters printed as is in warningsAlexander Barkov2019-12-061-0/+16
* | | | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-1/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-21167 LF_PINS::stack_ends_here inaccurate, leading to alloca() larger th...Vladislav Vaintroub2019-11-281-1/+0
* | | | | | MDEV-21133: Introduce memmove_aligned()Marko Mäkelä2019-11-291-0/+7
* | | | | | MDEV-21133 Optimize access to InnoDB page header fieldsMarko Mäkelä2019-11-261-0/+28
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-191-0/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec"Vladislav Vaintroub2019-11-151-0/+10
* | | | | | MDEV-16264 - prerequisite patch, periodic thr_timerVladislav Vaintroub2019-11-151-0/+2
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-071-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-061-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2019-11-061-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.1 to 10.2Marko Mäkelä2019-11-061-1/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 5.5 into 10.1mariadb-10.1.43Marko Mäkelä2019-11-061-1/+1
| | | | |\ \
| | | | | * | MDEV-20971 ASAN heap-use-after-free in list_delete / heap_closeSergei Golubchik2019-11-041-1/+1
| | * | | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-2/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-18562 [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait indexJan Lindström2019-10-301-2/+2
* | | | | | | cleanup: data type pluginsSergei Golubchik2019-10-312-2/+2