summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Amend f98795a8749b8053dca2b742938a8d289c7b515abb-10.6-MDEV-20612-4Marko Mäkelä2021-02-123-4/+12
* fixup 27facc0d7a592c5cf80a153686e09d8430a20ad4Marko Mäkelä2021-02-121-3/+1
* fixup f98795a8749b8053dca2b742938a8d289c7b515aMarko Mäkelä2021-02-121-3/+4
* MDEV-24643: Assertion failed in rw_lock::update_unlock()Marko Mäkelä2021-02-114-6/+21
* Amend f98795a8749b8053dca2b742938a8d289c7b515aMarko Mäkelä2021-02-115-88/+68
* MDEV-20612: Enable concurrent lock_release()Marko Mäkelä2021-02-113-20/+100
* MDEV-20612: Partition lock_sys.latchMarko Mäkelä2021-02-1120-783/+1071
* MDEV-20612: Replace lock_sys.mutex with lock_sys.latchMarko Mäkelä2021-02-1124-281/+344
* MDEV-20612 preparation: LockMutexGuardMarko Mäkelä2021-02-1111-471/+327
* MDEV-20612 preparation: Fewer calls to buf_page_t::id()Marko Mäkelä2021-02-1114-767/+598
* Merge 10.5 into 10.6Marko Mäkelä2021-02-1167-222/+399
|\
| * MDEV-24366: s3 test postfix - use default for S3_BUCKETDaniel Black2021-02-111-2/+2
| * MDEV-24344: BINLOG REPLAY privilege is missing from SHOW PRIVILEGESbb-10.5-MDEV-24833Daniel Black2021-02-092-0/+2
| * MDEV-24087 s3.replication_partition fails in buildbot wiht replication failureMonty2021-02-086-25/+46
| * Make maria_data_root const char*Monty2021-02-0812-20/+30
| * Added 'const' to arguments in get_one_option and find_typeset()Monty2021-02-0853-161/+296
| * Ensure that mysqlbinlog frees all memory at exitMonty2021-02-081-14/+23
* | MDEV-24834 Assertion mtr->memo_contains_flagged() in btr0cur.cc:1500Marko Mäkelä2021-02-101-1/+2
* | MDEV-24832 Root page AHI removal fails during rollback of bulk insertThirunarayanan Balathandayuthapani2021-02-103-5/+19
* | Cleanup: Replace mysql_cond_t with pthread_cond_tMarko Mäkelä2021-02-0713-100/+102
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-0723-104/+142
|\ \ | |/
| * MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-078-47/+49
| * MDEV-23379 fixup: Remove dead PERFORMANCE_SCHEMA codeMarko Mäkelä2021-02-071-11/+1
| * MDEV-24750 Various corruptions caused by Aria subsystem...Monty2021-02-0315-48/+94
* | Cleanup: Remove lock_trx_lock_list_init(), lock_table_get_n_locks()Marko Mäkelä2021-02-074-50/+7
* | MDEV-21452 fixup: Introduce trx_t::mutex_is_owner()Marko Mäkelä2021-02-059-116/+156
* | MDEV-24789: Try to reduce mutex contentionMarko Mäkelä2021-02-051-99/+79
* | MDEV-24789: Reduce sizeof(trx_lock_t)Marko Mäkelä2021-02-055-55/+54
* | Cleanup: Reduce some lock_sys.mutex contentionMarko Mäkelä2021-02-057-100/+49
* | MDEV-24731 fixup: bogus assertionMarko Mäkelä2021-02-051-4/+3
* | MDEV-24781 fixup: Adjust innodb.innodb-index-debugMarko Mäkelä2021-02-052-0/+4
* | MDEV-24781 Assertion `mode == 16 || mode == 12 || fix_block->page.status != b...Thirunarayanan Balathandayuthapani2021-02-053-5/+26
* | MDEV-24731 Excessive mutex contention in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-02-0414-564/+446
* | MDEV-24720 AHI removal during rollback of bulk insertThirunarayanan Balathandayuthapani2021-02-025-44/+158
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-0257-1446/+1814
|\ \ | |/
| * MDEV-24765 fseg_free_extent fails to call buf_page_free() for the whole segmentThirunarayanan Balathandayuthapani2021-02-021-2/+2
| * MDEV-24757 : fix potential null pointer dereference in I_S.thread_pool_queuesVladislav Vaintroub2021-02-022-3/+4
| * MDEV-24498 mysql_config reports wrong libs for libmysqldSergei Golubchik2021-02-011-1/+1
| * MDEV-24754 Crash in ha_partition_inplace_ctx::~ha_partition_inplace_ctx()Marko Mäkelä2021-02-013-1/+18
| * Mac M1 build support proposal (minus rocksdb option) (#1743)David CARLIER2021-01-302-1/+25
| * Apple Silicon is a 64-bit platformFX Coudert2021-01-301-1/+1
| * MDEV-24739: Assertion `root->weight >= ...' failed in SEL_ARG::tree_deleteSergei Petrunia2021-01-303-0/+53
| * MDEV-24661: Remove the test innodb.innodb_wl6326_bigMarko Mäkelä2021-01-293-1170/+0
| * MDEV-24685 - remove IO thread states output from SHOW ENGINE INNODB STATUSVladislav Vaintroub2021-01-293-60/+0
| * MDEV-9750: Quick memory exhaustion with 'extended_keys=on' ...Sergei Petrunia2021-01-2911-158/+811
| * MDEV-24721 galera.mysql-wsrep-bugs-607 test failuresjaakola2021-01-291-3/+1
| * MDEV-24093: Detect during mysql_upgrade if type_mysql_json.so is needed and l...Anel Husakovic2021-01-2810-14/+440
| * MDEV-24564 Statistics are lost after ALTER TABLEbb-10.5-MDEV-24564Marko Mäkelä2021-01-2810-41/+135
| * MDEV-24705 add check that LSN of the last skipped log record equals to FIL_PA...Vlad Lesin2021-01-281-2/+20
| * MDEV-24695 Encryption modifies a freed pageThirunarayanan Balathandayuthapani2021-01-287-5/+236