summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21469: Implement crash-safe binary logging of the user XAbb-10.5-MDEV_21469Sujatha2020-12-2124-46/+1632
* MDEV-21469 Pre-commit: make sure binlog hton is listed in the headAndrei Elkin2020-12-214-15/+84
* MDEV-21851: Error in BINLOG_BASE64_EVENT i s always error-logged as if it is ...Andrei Elkin2020-05-209-10/+16
* MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-05-195-45/+88
|\
| * Move c++ code from my_atomic.h to my_atomic_wrapper.hMonty2020-05-193-45/+59
| * MDEV-22610 Crash in INSERT INTO t1 (VALUES (DEFAULT) UNION VALUES (DEFAULT))Alexander Barkov2020-05-192-0/+29
* | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2020-05-198-100/+190
|\ \ | |/
| * Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-198-106/+191
| |\
| | * MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-198-106/+190
| | * MDEV-22615 system_time_zone may be incorrectly reported as "unknown".Vladislav Vaintroub2020-05-181-1/+1
* | | largepages: osx compile warning fixDaniel Black2020-05-181-2/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-1889-872/+1905
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-188-26/+159
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-181-2/+3
| | |\
| | | * MDEV-22611 Assertion btr_search_enabled failed during buffer pool resizingMarko Mäkelä2020-05-181-2/+3
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-180-0/+0
| | |\ \ | | | |/
| | | * MDEV-22554: galera_sst_mariabackup fails with "Failed to start mysqld.2"Julius Goryavsky2020-05-181-1/+5
| | * | MDEV-22554: galera_sst_mariabackup fails with "Failed to start mysqld.2"Julius Goryavsky2020-05-181-1/+5
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-05-182-4/+4
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-05-182-4/+4
| | | |\
| | | | * MDEV-21976: mtr main.udf - broaden localhost (#1543)Daniel Black2020-05-182-4/+4
| | | * | Travis-CI: Remove builds that always fail to make CI useful againOtto Kekäläinen2020-05-171-66/+4
| | | * | Travis-CI: Shorten deb build log to keep it under 4 MBOtto Kekäläinen2020-05-171-2/+7
| | | * | Travis-CI: Add missing build dependency dh-execOtto Kekäläinen2020-05-171-0/+1
| | * | | MDEV-21269 Parallel merging of fts index rebuild failsbb-10.3-MDEV-21269Thirunarayanan Balathandayuthapani2020-05-171-3/+4
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-164-16/+147
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-164-14/+149
| | | |\ \ | | | | |/
| | | | * MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-154-4/+63
| * | | | MDEV-22456 after-merge fix: introduce Atomic_relaxedMarko Mäkelä2020-05-187-35/+61
| * | | | MDEV-21483 : Galera MTR tests failed: galera.MW-328A galera.MW-328BJan Lindström2020-05-188-6/+85
| * | | | MDEV-22554: galera_sst_mariabackup fails with "Failed to start mysqld.2"Julius Goryavsky2020-05-181-1/+5
| * | | | MDEV-22556: Incorrect result for window function when using encrypt-tmp-files=ONVarun Gupta2020-05-174-2/+47
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-167-12/+93
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-165-13/+89
| | |\ \ \ | | | |/ /
| | | * | MDEV-13626: Make test more robustMarko Mäkelä2020-05-151-0/+4
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-05-153-3/+62
| | | |\ \ | | | | |/
| | | | * MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-143-3/+62
| | | * | MDEV-22544 Inconsistent and Incorrect rw-lock statsMarko Mäkelä2020-05-151-9/+22
| | | |\ \
| | | | * | MDEV-22544: Inconsistent and Incorrect rw-lock statsKrunal Bauskar2020-05-141-9/+22
| | * | | | MDEV-18100: Clean up testMarko Mäkelä2020-05-162-0/+6
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-1655-1082/+606
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-05-1529-694/+395
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDBMarko Mäkelä2020-05-1534-903/+552
| | * | | | Merge 10.2 into 10.3Marko Mäkelä2020-05-1524-284/+134
| | |\ \ \ \ | | | |/ / /
| | | * | | Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overheadMarko Mäkelä2020-05-153-5/+16
| | | * | | span cleanupEugene Kosov2020-05-151-21/+41
| | | * | | Fix for using uninitialized memoryMonty2020-05-156-46/+48
| | | * | | Fixed bugs found by valgrindMonty2020-05-153-1/+5
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2020-05-142-5/+13
| | | |\ \ \ | | | | | |/ | | | | |/|