summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16437: merge 5.7 P_S replication instrumentation and tablesbb-10.6-MDEV-16437Sujatha2020-11-308-16/+121
* MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2020-11-306-28/+144
* MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2020-11-2714-29/+522
* MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2020-11-278-74/+619
* MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2020-11-2718-316/+625
* Merge 10.5 into 10.6bb-10.3-mdev2126510.3-mdev21265Marko Mäkelä2020-11-2618-180/+208
|\
| * MDEV-24280 InnoDB triggers too many independent periodic tasksbb-10.5-MDEV-24280Marko Mäkelä2020-11-256-67/+33
| * MDEV-24278 InnoDB page cleaner keeps waking up on idle serverMarko Mäkelä2020-11-253-4/+52
| * MDEV-24270: Clarify some commentsMarko Mäkelä2020-11-252-10/+21
| * Fix misspelling.Vladislav Vaintroub2020-11-251-11/+11
| * Cleanup. Remove obsolete commentVladislav Vaintroub2020-11-251-1/+0
| * Cleanup. Provide accurate comment on my_getevents().Vladislav Vaintroub2020-11-251-2/+10
| * Partially Revert "MDEV-24270: Collect multiple completed events at a time"Vladislav Vaintroub2020-11-255-7/+10
| * Cleanup: Fix Intel compiler warnings about sign conversionsMarko Mäkelä2020-11-255-8/+8
| * Cleanup: Remove redundant nonnull attributesMarko Mäkelä2020-11-253-5/+3
| * MDEV-24270: Collect multiple completed events at a timeMarko Mäkelä2020-11-255-12/+10
| * MDEV-24270 Misuse of io_getevents() causes wake-ups at least twice per secondMarko Mäkelä2020-11-251-82/+79
* | MDEV-24167: Fix -DPLUGIN_PERFSCHEMA=NO and Windows debug buildsMarko Mäkelä2020-11-246-8/+14
* | Cleanup: Reduce trx_t::mutex hold timeMarko Mäkelä2020-11-245-85/+49
* | Cleanup: Use Atomic_relaxed for trx_t::stateMarko Mäkelä2020-11-243-9/+4
* | Cleanup: Use Atomic_relaxed for dict_sys.row_idMarko Mäkelä2020-11-247-168/+66
* | MDEV-24167: Replace fil_space::latchMarko Mäkelä2020-11-2423-175/+201
* | MDEV-24167: Replace fts_cache_rw_lock, fts_cache_init_rw_lock with mutexMarko Mäkelä2020-11-2414-108/+77
* | MDEV-24167: Replace dict_operation_lock (dict_sys.latch)Marko Mäkelä2020-11-2417-113/+74
* | MDEV-24167: Replace trx_purge_latchMarko Mäkelä2020-11-2410-53/+53
* | MDEV-24167: Replace trx_i_s_cache_lockMarko Mäkelä2020-11-245-30/+10
* | MDEV-24167: Use lightweight srw_lock for btr_search_latchMarko Mäkelä2020-11-2420-202/+379
* | Merge 10.5 into 10.6Marko Mäkelä2020-11-242-22/+20
|\ \ | |/
| * MDEV-24271 rw_lock::read_lock_yield() may cause writer starvationMarko Mäkelä2020-11-242-22/+20
* | After-merge fix: Update ColumnStoreMarko Mäkelä2020-11-241-0/+0
* | Fix GCC warning/error.Vladislav Vaintroub2020-11-231-1/+2
* | MDEV-19237 Skip sending metadata when possible for binary protocol.Vladislav Vaintroub2020-11-238-18/+449
* | Merge 10.5 into 10.6Marko Mäkelä2020-11-2355-344/+502
|\ \ | |/
| * MDEV-21534 fixup: Remove HAVE_IB_LINUX_FUTEXMarko Mäkelä2020-11-233-53/+6
| * MDEV-24167: Remove PFS instrumentation of buf_block_tMarko Mäkelä2020-11-207-117/+4
| * MDEV-22871 fixup: Relax a debug assertionMarko Mäkelä2020-11-201-1/+2
| * Run innodb_wl6326_big only in debug buildsMarko Mäkelä2020-11-201-0/+4
| * Cleanup: Fix build problems with the Intel compilerMarko Mäkelä2020-11-202-2/+2
| * MDEV-21534 fixup: Use a compile-time constantMarko Mäkelä2020-11-201-1/+1
| * Update MCS to resolve libmarias3 compulation for centos74-amd64-debugRoman Nozdrin2020-11-193-5/+3
| * MDEV-24125: linux large pages, linux/mman.h neededDaniel Black2020-11-194-0/+6
| * MDEV-24224 Gap lock on delete in 10.5 using READ COMMITTEDbb-10.5-MDEV-24224Marko Mäkelä2020-11-185-27/+78
| * Merge 10.4 into 10.5Marko Mäkelä2020-11-175-1/+23
| |\
| | * Work around MDEV-24232: Skip perfschema.nesting if WITH_WSREP=OFFMarko Mäkelä2020-11-171-0/+2
| | * MDEV-24115 Fix -Wconversion in Timeval::Timeval() on Mac OS Xbb-10.4-MDEV-24115Dmitry Shulga2020-11-171-1/+7
| | * Merge 10.3 into 10.4Marko Mäkelä2020-11-171-0/+6
| | |\
| | | * Do not run maria.repair with --embedded as memory usage is differentMonty2020-11-161-0/+6
| | * | Restore autoincrement offset in MTR test MDEV-24063Daniele Sciascia2020-11-162-0/+8
| * | | MDEV-24188 fixup: Simplify the wait loopMarko Mäkelä2020-11-171-11/+13
| * | | Fix suppression in MTR test galera_3nodes.inconsistency_shutdownDaniele Sciascia2020-11-172-2/+2