summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26445 fixup: Truncate while only holding the tablespace latchbb-10.6-MDEV-26450Marko Mäkelä2021-09-231-3/+6
* Merge 10.5 into 10.6Marko Mäkelä2021-09-2320-370/+479
|\
| * MDEV-26626 fixup: Do not advance checkpoint during startupbb-10.5-MDEV-26450Marko Mäkelä2021-09-221-1/+3
| * MDEV-26445 innodb_undo_log_truncate is unnecessarily slowMarko Mäkelä2021-09-228-279/+330
| * MDEV-26450: Corruption due to innodb_undo_log_truncateMarko Mäkelä2021-09-229-119/+170
| * MDEV-24629 mariadb-connector-c-config conflicts with MariaDB's MariaDB-common...bb-10.5-MDEV-24629Alexey Bychko2021-09-221-0/+6
| * MDEV-21286: bison warnings on ubuntu 20.04 on deprecated directive in sql_yac...Anel Husakovic2021-09-222-2/+6
| * Remove mention of FreenodeIan Gilfillan2021-09-222-5/+3
| * MDEV-26657 : Initialize some fields in create_background_thd()Vladislav Vaintroub2021-09-211-0/+3
* | MDEV-25919 fixup: Acquire MDL also in defragmentationMarko Mäkelä2021-09-183-23/+18
* | MDEV-24258 fixup: Correct a conditionMarko Mäkelä2021-09-181-2/+2
* | Merge 10.5 into 10.6Marko Mäkelä2021-09-1712-32/+137
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-09-1713-32/+140
| |\
| | * Fixed alias.test to also works with psMonty2021-09-172-7/+7
| | * MDEV-19950 addendum: galera_ssl_upgrade removed from the list of disabled tes...bb-10.4-MDEV-19950-addendum-galeraJulius Goryavsky2021-09-172-1/+3
| | * MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicat...bb-10.4-truncateJan Lindström2021-09-176-23/+102
| | * MDEV-26621 assertion failue "index->table->persistent_autoinc" in /storage/in...bb-10.4-kevgsEugene Kosov2021-09-163-1/+28
* | | MDEV-26623 Possible race condition between statistics and bulk insertMarko Mäkelä2021-09-175-512/+424
* | | Cleanup: Make btr_root_block_get() more robustMarko Mäkelä2021-09-174-20/+9
* | | MDEV-26609 : Avoid deriving ELEMENT_PER_LATCH from cachelineKrunal Bauskar2021-09-172-6/+23
* | | MDEV-26356 fixup: integer type mismatch on 32-bitMarko Mäkelä2021-09-171-1/+1
* | | MDEV-26356 fixup: Adjust innodb_max_purge_lag_waitMarko Mäkelä2021-09-161-0/+8
* | | Merge 10.5 into 10.6Marko Mäkelä2021-09-1633-85/+243
|\ \ \ | |/ /
| * | MDEV-26626 InnoDB fails to advance the log checkpointMarko Mäkelä2021-09-161-0/+9
| * | Updated rocksdb test resultMonty2021-09-163-21/+21
| * | Fixed bug in aria_chk that overwrote sort_buffer_lengthMonty2021-09-154-8/+10
| * | Merge branch '10.4' into 10.5Monty2021-09-1514-18/+137
| |\ \ | | |/
| | * MDEV-23519 Protocol packet - "Original Name" info is showing alias name,Monty2021-09-144-7/+52
| | * MDEV-26601: mysys - O_TMPFILE ^ O_CREATDaniel Black2021-09-141-1/+1
| | * MDEV-21613 Failed to open table mysql.wsrep_streaming_log for writingbb-10.4-MDEV-21613Daniele Sciascia2021-09-145-8/+73
| * | Improve error messages from Ariatmp-10.5-montyMonty2021-09-156-7/+32
| * | Fixed compiler warnings in CONNECTMonty2021-09-152-3/+4
| * | Deb: Fix Gitlab-CI/Salsa-CI builds failuresOtto Kekäläinen2021-09-134-29/+32
| * | perfschema: use correct type for left shiftsSergei Golubchik2021-09-121-1/+1
* | | MDEV-26356 Adaptive purge scheduling based on redo log fill factorbb-10.6-MDEV-26356Marko Mäkelä2021-09-142-10/+101
* | | MDEV-26356 preparation: Refactor purge_stateMarko Mäkelä2021-09-141-141/+94
* | | MDEV-24512 fixup: Remove after_task_callbackst-10.6-marko2Marko Mäkelä2021-09-145-35/+4
* | | MDEV-24258 fixup: Do not update dict_table_t::n_ref_countMarko Mäkelä2021-09-131-5/+2
* | | Merge branch '10.5' into 10.6Vladislav Vaintroub2021-09-111-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Vladislav Vaintroub2021-09-110-0/+0
| |\ \ | | |/
| | * Merge branch '10.3' into 10.4Vladislav Vaintroub2021-09-113-16/+62
| | |\
| * | | Use mariadb- named targets for minbuildVladislav Vaintroub2021-09-111-15/+16
| * | | Fix Windows warnings and tests for -DPLUGIN_PERFSCHEMA=NOVladislav Vaintroub2021-09-112-0/+5
| * | | Merge branch '10.4' into 10.5Vladislav Vaintroub2021-09-113-14/+60
| |\ \ \
| | * \ \ Merge branch '10.3' into 10.4Vladislav Vaintroub2021-09-113-16/+62
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Merge branch '10.2' into 10.3Vladislav Vaintroub2021-09-113-16/+62
| | | |\
| | | | * MDEV-26527 speedup appveyor build - 10.2st-10.2-wlad-appveyorVladislav Vaintroub2021-09-111-15/+24
| | | | * Bison 3.7 - fix "conversion from 'ptrdiff_t' to 'ulong', possible loss of data"Vladislav Vaintroub2021-09-112-4/+4
| | | | * Define minbuild target for 10.2Vladislav Vaintroub2021-09-111-0/+37
| | | | * Fix MYSQL_MAINTAINER_MODE=ERR, on Windows, with Ninja , in 10.2Vladislav Vaintroub2021-09-111-0/+1