summaryrefslogtreecommitdiff
path: root/storage/innobase/dict/dict0stats.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.7 into 10.8Marko Mäkelä2022-11-171-28/+101
|\
| * Merge 10.6 into 10.7Marko Mäkelä2022-11-171-28/+101
| |\
| | * MDEV-29603 btr_cur_open_at_index_side() is missing some consistency checksMarko Mäkelä2022-11-171-37/+95
| | * MDEV-29603: Implement btr_cur_t::open_leaf()Marko Mäkelä2022-11-161-6/+21
* | | Merge 10.7 into 10.8Marko Mäkelä2022-11-011-22/+59
|\ \ \ | |/ /
| * | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-291-22/+58
| |\ \ | | |/
| | * MDEV-29883 Deadlock between InnoDB statistics update and BLOB insertMarko Mäkelä2022-10-261-5/+6
| | * MDEV-28327 InnoDB persistent statistics fail to update after bulk insertThirunarayanan Balathandayuthapani2022-10-251-16/+51
| * | Merge branch 10.6 into 10.7Daniel Black2022-10-251-0/+1
| |\ \ | | |/
| | * MDEV-24402: InnoDB CHECK TABLE ... EXTENDEDMarko Mäkelä2022-10-211-0/+1
* | | Merge 10.7 into 10.8Marko Mäkelä2022-08-021-10/+38
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2022-08-021-10/+38
| |\ \ | | |/
| | * MDEV-21098: Assertion failure in rec_get_offsets_func()Marko Mäkelä2022-08-011-10/+38
* | | Merge 10.7 into 10.8Marko Mäkelä2022-06-061-96/+110
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2022-06-061-96/+110
| |\ \ | | |/
| | * MDEV-13542: Crashing on corrupted page is unhelpfulMarko Mäkelä2022-06-061-96/+110
* | | Merge branch '10.7' into 10.8Sergei Golubchik2022-05-111-5/+0
|\ \ \ | |/ /
| * | Merge branch '10.6' into 10.7Sergei Golubchik2022-05-111-5/+0
| |\ \ | | |/
| | * MDEV-28465 Some calls to btr_pcur_close() are unnecessaryMarko Mäkelä2022-05-031-5/+0
* | | Merge 10.7 into 10.8Marko Mäkelä2022-04-271-1/+3
|\ \ \ | |/ /
| * | Merge 10.6 into 10.7Marko Mäkelä2022-04-261-1/+3
| |\ \ | | |/
| | * MDEV-26753 Assertion state == TRX_STATE_PREPARED ||... failedMarko Mäkelä2022-04-261-2/+4
* | | MDEV-26938 Support descending indexes internally in InnoDBMarko Mäkelä2022-01-261-7/+4
|/ /
* | MDEV-27312 LeakSanitizer error in trx_mod_table_time_t::start_bulk_insertThirunarayanan Balathandayuthapani2022-01-121-1/+6
* | Merge 10.6 into 10.7Marko Mäkelä2021-11-191-6/+10
|\ \ | |/
| * MDEV-27058: Reduce the size of buf_block_t and buf_page_tMarko Mäkelä2021-11-181-6/+10
* | Merge branch '10.6' into 10.7Oleksandr Byelkin2021-10-311-1/+1
|\ \ | |/
| * MDEV-25683 Atomic DDL: With innodb_force_recovery=3 InnoDB: Trying to load in...Marko Mäkelä2021-10-291-1/+1
* | MDEV-24621 In bulk insert, pre-sort and build indexes one page at a timeThirunarayanan Balathandayuthapani2021-10-261-0/+7
|/
* MDEV-26623 Possible race condition between statistics and bulk insertMarko Mäkelä2021-09-171-39/+424
* MDEV-25919: Replace dict_table_t::stats_bg_flag with MDLMarko Mäkelä2021-08-311-18/+13
* MDEV-25919: Lock tables before acquiring dict_sys.latchMarko Mäkelä2021-08-311-41/+62
* MDEV-25919 preparation: Various cleanupMarko Mäkelä2021-08-311-5/+5
* MDEV-24258 Merge dict_sys.mutex into dict_sys.latchMarko Mäkelä2021-08-311-28/+18
* MDEV-25919 preparation: Remove trx_t::internalMarko Mäkelä2021-07-011-10/+2
* MDEV-25907: Assertion failed in dict_table_schema_check()Marko Mäkelä2021-06-141-1/+0
* MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-519/+159
* MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-211-5/+18
* Cleanup: Simplify dict_table_schema_check()Marko Mäkelä2021-05-211-185/+303
* Merge 10.5 into 10.6Marko Mäkelä2021-04-141-14/+16
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-04-141-15/+17
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-04-141-15/+17
| | |\
| | | * MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position()bb-10.3-MDEV-24620Marko Mäkelä2021-04-131-15/+17
* | | | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-191-3/+6
* | | | MDEV-25029: Reduce dict_sys mutex contention for read-only workloadKrunal Bauskar2021-03-051-39/+53
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-071-4/+4
|\ \ \ \ | |/ / /
| * | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-4/+4
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-4/+4
| | |\ \ | | | |/
| | | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-4/+4
| | | |\
| | | | * MDEV-24172: innodb stats table last_update is TIMESTAMPDaniel Black2020-12-161-4/+4