summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26562: galera-sst-mariabackup is failing due to missing xtrabackup_check...bb-10.9-MDEV-26562-galeraJulius Goryavsky2022-06-222-39/+70
* MDEV-28656: Inability to roll upgrade without stopping the Galera clusterbb-10.9-MDEV-28656-galeraJulius Goryavsky2022-06-2210-559/+1198
* Merge 10.8 into 10.9Marko Mäkelä2022-06-2135-496/+405
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-06-2135-496/+405
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-06-2132-423/+299
| | |\
| | | * MDEV-28836: Memory alignment cleanupMarko Mäkelä2022-06-2122-150/+94
| | | * MDEV-28870 InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY before FIL...Marko Mäkelä2022-06-215-263/+131
| | | * MDEV-28845 fixup: Prevent an infinite loopMarko Mäkelä2022-06-211-0/+1
| | | * MDEV-28782 fixup: ./mtr --embeddedMarko Mäkelä2022-06-211-0/+17
| | | * MDEV-28782 mariadb-tzinfo-to-sql to work in bootstrap modeDaniel Black2022-06-184-24/+56
| | * | fix spider.variable_deprecation testSergei Golubchik2022-06-162-62/+76
| | * | re-enable innodb.innodb_page_compressed testsSergei Golubchik2022-06-161-0/+5
* | | | MDEV-28819 Statically compiled encryption plugins do not workVladislav Vaintroub2022-06-201-1/+2
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-201-6/+3
|\ \ \ \ | |/ / /
| * | | MDEV-28879 Assertion `l->lsn <= log_sys.get_lsn()' failed around recv_recover...Marko Mäkelä2022-06-201-6/+3
* | | | Fix building the Hashicorp plugin on OpenBSD / NetBSD and DragonFlyBSDBrad Smith2022-06-181-1/+1
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-176-17/+38
|\ \ \ \ | |/ / /
| * | | Merge 10.7 into 10.8Marko Mäkelä2022-06-166-17/+38
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.7Marko Mäkelä2022-06-166-25/+42
| | |\ \ | | | |/
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-06-161-19/+19
| | | |\
| | | | * MDEV-28832 infinite loop in mariabackup if log LOG_HEADER_FORMAT field is 0Vlad Lesin2022-06-151-19/+19
| | | * | MDEV-28864 Assertion `trx_id <= create_id' failed in innodb_check_version()Marko Mäkelä2022-06-161-0/+1
| | | * | MDEV-28845 InnoDB: Failing assertion: bpage->can_relocate() in buf0lru.ccMarko Mäkelä2022-06-154-6/+21
| | | * | MDEV-13542 fixup: Relax an assertionMarko Mäkelä2022-06-151-0/+1
* | | | | fix sporadic versioning.rpl_row failuresSergei Golubchik2022-06-161-0/+1
* | | | | fixes for aarch64 debSergei Golubchik2022-06-161-0/+4
* | | | | deb: fix hashicorp plugin dependenciesSergei Golubchik2022-06-161-1/+1
* | | | | MDEV-28769 Assertion `(m_ci->state & 32) || m_with_collate' failed in Lex_exa...Alexander Barkov2022-06-1613-78/+157
* | | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-1536-612/+390
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-28766: SET GLOBAL innodb_log_file_bufferingMarko Mäkelä2022-06-146-38/+139
| * | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-1431-570/+279
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-06-145-135/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-28840 innodb_undo_log_truncate is not crash-safeMarko Mäkelä2022-06-143-3/+4
| | | * | MDEV-25581 Allow user thread to do InnoDB fts cache syncThirunarayanan Balathandayuthapani2022-06-142-132/+0
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-06-1424-434/+271
| | |\ \ \ | | | |/ /
| | | * | Merge 10.5 into 10.6Marko Mäkelä2022-06-149-30/+140
| | | |\ \ | | | | |/
| | | | * MDEV-28828 SIGSEGV in buf_flush_LRU_list_batchMarko Mäkelä2022-06-141-2/+1
| | | | * MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-135-9/+55
| | | | * MDEV-28642: Suspend obvious false-positive Lintian warningsTuukka Pasanen2022-06-133-20/+108
| | | * | MDEV-28802 DROP DATABASE in InnoDB still is case-insensitiveMarko Mäkelä2022-06-133-1/+35
| | | * | Update magic file with Aria table files and ddl logMonty2022-06-131-14/+14
| | | * | MDEV-25581 Allow user thread to do InnoDB fts cache syncThirunarayanan Balathandayuthapani2022-06-1011-395/+82
| | | * | Fix ./mtr --embeddedMarko Mäkelä2022-06-104-5/+8
| | * | | Fixed maria.maria-recover and maria.encrypt-no-key test filesMonty2022-06-134-5/+8
* | | | | Make BUILD script compile hashicorp plugin dynamicallybb-10.9-montyMonty2022-06-131-1/+1
* | | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-09133-1302/+1620
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26713 fixup: Correct the main.winservice_i18n resultMarko Mäkelä2022-06-091-1/+0
| * | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-09127-1106/+1257
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.6 into 10.7Marko Mäkelä2022-06-09126-1095/+1246
| | |\ \ \ | | | |/ /
| | | * | Merge 10.5 into 10.6Marko Mäkelä2022-06-0945-102/+122
| | | |\ \ | | | | |/