summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...bb-10.6-mdev15888-hfAlexey Botchkov2021-02-096-16/+18
* 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
| * MDEV-24612 fixup: Skip the test for --embeddedMarko Mäkelä2021-01-281-0/+1
| * MDEV-24693 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2021-01-271-2/+2
| * Update disabled.def in suitesJan Lindström2021-01-273-0/+4
| * MDEV-24010 : galera_3nodes.GCF-354 MTR fails : WSREP has not yet prepared nod...Jan Lindström2021-01-273-7/+8
| * MDEV-24298 Select Handler now process INSERT..SELECT with a single derived atRoman Nozdrin2021-01-261-41/+58
* | MDEV-24647 Columnstore storage engine cannot be compiled with mariadb server ...zhaorenhai2021-01-301-1/+2
* | MDEV-24715 Assertion !node->table->skip_alter_undo in CREATE...REPLACE SELECTMarko Mäkelä2021-01-283-1/+31
* | Cleanup: Remove many C-style lock_get_ accessorsMarko Mäkelä2021-01-276-253/+114
* | Cleanup: Remove lock_get_size()Marko Mäkelä2021-01-273-18/+2
* | MDEV-24700 Assertion "lock not found"==0 in lock_table_x_unlock()Marko Mäkelä2021-01-276-35/+68
* | MDEV-20612: Speed up lock_table_other_has_incompatible()Marko Mäkelä2021-01-272-37/+72
* | Cleanup: Remove LOCK_REC (which was mutually exclusive with LOCK_TABLE)Marko Mäkelä2021-01-2710-281/+143
* | Cleanup: Remove ib_lock_t::type_mode_string()Marko Mäkelä2021-01-272-55/+34
* | Cleanup: Replace lock_mode_string() with a table lookupMarko Mäkelä2021-01-272-29/+15
* | MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-2725-1508/+582
* | Cleanups:Marko Mäkelä2021-01-2717-144/+49
* | Cleanup: Remove unused query node declarationsMarko Mäkelä2021-01-272-42/+1
* | Cleanup the lock creationMarko Mäkelä2021-01-273-73/+34