summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove a startup messagebb-10.5-MDEV-22669Marko Mäkelä2020-05-221-5/+0
* MDEV-22669 InnoDB lacks CRC-32C acceleration on IA-32Marko Mäkelä2020-05-221-338/+152
* MDEV-7318: Fix a test caseMarko Mäkelä2020-05-222-5/+5
* compilation failureSergei Golubchik2020-05-211-1/+1
* Merge branch '10.4' into 10.5Sujatha2020-05-206-1/+134
|\
| * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-206-1/+134
| |\
| | * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-206-1/+133
| | |\
| | | * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-206-1/+133
| | | |\
| | | | * MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-206-1/+135
| | | | * MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-2037-316/+470
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-201-28/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-201-28/+15
| | |\ \ \ | | | |/ /
| | | * | MDEV-19114 post-push fix: SIGSEGV on INSERTMarko Mäkelä2020-05-201-28/+15
| | | * | MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
| | * | | MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
| * | | | MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-2020-112/+174
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-2015-112/+92
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-05-206-8/+15
| | | |\ \ | | | | |/
| | | | * MDEV-22258 Limit innodb_encryption_threads to 255Marko Mäkelä2020-05-203-3/+3
| | | | * MDEV-22472 rpl.rpl_fail_register failed in buildbot with wrong resultAndrei Elkin2020-05-191-2/+1
| | | | * MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
| | | | * MDEV-22631 some test causes MTR interruption without generating summary and XMLRasmus Johansson2020-05-192-3/+11
| | | * | MDEV-22633 Assertion failed in prepare_inplace_alter_table_dictThirunarayanan Balathandayuthapani2020-05-201-1/+4
| | | * | MDEV-22629 Remove fts_indexes field from struct fts_update_t (#1537)Yury Kurlykov2020-05-206-72/+55
| | | * | MDEV-22456 post-fix: Remove unused variableMarko Mäkelä2020-05-201-4/+1
| | | * | MDEV-18838 : galera.galera_toi_truncate: Test failure: mysqltest: query 'reap...Jan Lindström2020-05-202-28/+18
| | | * | MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
| | * | | MDEV-22391 Assertion `0' failed in Item_type_holder::val_str on utf16 charset...Alexander Barkov2020-05-205-0/+82
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-1917-177/+282
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-1917-109/+227
| | |\ \ \ | | | |/ /
| | | * | MDEV-22456: Fix cmake -DWITH_INNODB_AHI=OFFMarko Mäkelä2020-05-191-0/+2
| | | * | MDEV-19114 gcol.innodb_virtual_debug: Assertion n_fields>0 failedMarko Mäkelä2020-05-193-42/+45
| | | * | Don't run main.sp2 in emebedded serverMonty2020-05-191-0/+2
| | | * | MDEV-22591 Debug build crashes on EXECUTE IMMEDIATE '... WHERE ?' USING IGNOREAlexander Barkov2020-05-193-1/+34
| | | * | MDEV-22554: "mariabackup --prepare" exits with code 0 even though innodbVlad Lesin2020-05-194-4/+16
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-05-193-1/+10
| | | |\ \ | | | | |/
| | | | * MDEV-22520 Assertion `gathered_length == thd->lex->comment.length` failed in ...Andrei Elkin2020-05-183-1/+10
| | | * | MDEV-22618 Assertion !dict_index_is_online_ddl ... in lock_table_locks_lookupMarko Mäkelä2020-05-191-1/+2
| | | * | Fixed assert in Aria on SHOW PROCEDURE STATUSMonty2020-05-193-0/+56
| | * | | MDEV-21936 Assertion !btr_search_own... in btr_search_drop_page_hash_indexMarko Mäkelä2020-05-191-17/+3
| * | | | MDEV-22636 XML output for mtr doesn't work with valgrind optionRasmus Johansson2020-05-191-0/+1
* | | | | MDEV-22631 fixRasmus Johansson2020-05-201-1/+11
* | | | | 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
|\ \ \ \ \ | |/ / / /