summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26603 asynchronous redo log write10.7-wlad-async-log-ioVladislav Vaintroub2021-09-205-72/+313
* MDEV-26603 asynchronous redo log writeVladislav Vaintroub2021-09-202-29/+32
* Merge 10.6 into 10.7Marko Mäkelä2021-09-1759-834/+1033
|\
| * 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
* | | | | | MDEV-10075: Provide index of error causing error in array INSERTSergei Golubchik2021-09-1613-82/+43
* | | | | | remove more tablespace testsSergei Golubchik2021-09-152-24/+0
* | | | | | fix tests after ea06c67a49cSergei Golubchik2021-09-151-2/+2
* | | | | | MDEV-10075: Provide index of error causing error in array INSERTRucha Deodhar2021-09-1516-8/+1501
* | | | | | remove more tablespace testsSergei Golubchik2021-09-152-18/+0
* | | | | | Removed CREATE/DROP TABLESPACE and related commandsMonty2021-09-1471-787/+119
* | | | | | MDEV-26307 multi-source-replication support mysql syntax(for channel)Monty2021-09-147-18/+848
* | | | | | Failed change master could leave around old relay log filesMonty2021-09-146-4/+46