212 Commits (45ed9dd957eebc7fc84feb2509f4aa6baa908a95)

Author SHA1 Message Date
Marko Mäkelä 45ed9dd957 MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 5 years ago
Marko Mäkelä 9028cc6b86 Cleanup: Make InnoDB page numbers uint32_t 5 years ago
Marko Mäkelä ecb913c2a5 Cleanup: Compare page_id_t directly 5 years ago
Marko Mäkelä 74bd3683ca MDEV-23839 innodb_fast_shutdown=0 hang on change buffer merge 5 years ago
Marko Mäkelä 00cd53d39a MDEV-23719: Make lock_sys use page_id_t 5 years ago
Marko Mäkelä 57ec42bc32 MDEV-23190 InnoDB data file extension is not crash-safe 5 years ago
Eugene Kosov 0e86254b05 MDEV-22930 Unnecessary contention on rw_lock_list_mutex in ibuf_dummy_index_create() 5 years ago
Marko Mäkelä d2c593c2a6 MDEV-22877 Avoid unnecessary buf_pool.page_hash S-latch acquisition 5 years ago
Marko Mäkelä 17a7bafec0 MDEV-22110 preparation: Remove mtr_memo_contains macros 5 years ago
Marko Mäkelä efc70da5fd MDEV-22769 Shutdown hang or crash due to XA breaking locks 5 years ago
Marko Mäkelä b1ab211dee MDEV-15053 Reduce buf_pool_t::mutex contention 5 years ago
Marko Mäkelä ad6171b91c MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDB 5 years ago
Marko Mäkelä 26aab96ecf MDEV-22497 [ERROR] InnoDB: Unable to purge a record 6 years ago
Marko Mäkelä 4a5be2e94e MDEV-22495 Assertion ...status != buf_page_t::FREED in ibuf_read_merge_pages() 6 years ago
Daniel Black ba2061da52 MDEV-21595: innodb offset_t rename to rec_offs 6 years ago
Marko Mäkelä 0870b75af7 MDEV-22126 Rename confusing constant mtr_t::OPT 6 years ago
Eugene Kosov 884d22f288 remove fishy reinterpret_cast from buf_page_is_zeroes() 6 years ago
Marko Mäkelä c57b207958 MDEV-21907: Fix or disable -Wconversion on GCC 5.3.0 i386 6 years ago
Marko Mäkelä f224525204 MDEV-21907: InnoDB: Enable -Wconversion on clang and GCC 6 years ago
Marko Mäkelä 574d8b2940 MDEV-21907: Fix most clang -Wconversion in InnoDB 6 years ago
Thirunarayanan Balathandayuthapani a35b4ae898 MDEV-15528 Punch holes when pages are freed 6 years ago
Marko Mäkelä f8a9f90667 MDEV-12353: Remove support for crash-upgrade 6 years ago
Marko Mäkelä 9869005201 Cleanup ibuf_page_exists(): Take simpler parameters 6 years ago
Marko Mäkelä 08ba388713 MDEV-12353: Replace MLOG_REC_INSERT,MLOG_COMP_REC_INSERT 6 years ago
Marko Mäkelä b3d02a1fcf MDEV-12353: Replace DELETE_MARK redo log records with MLOG_WRITE_STRING 6 years ago
Marko Mäkelä 1a6f708ec5 MDEV-15058: Deprecate and ignore innodb_buffer_pool_instances 6 years ago
Marko Mäkelä fc2f2fa853 MDEV-19747: Deprecate and ignore innodb_log_optimize_ddl 6 years ago
Eugene Kosov 562c037b48 MDEV-18115 Remove dummy tablespace for the redo log 6 years ago
Eugene Kosov f0aa073f2b MDEV-20950 Reduce size of record offsets 6 years ago
Marko Mäkelä 6189774c37 MDEV-21174: Fix undefined behaviour 6 years ago
Marko Mäkelä 87839258f8 MDEV-21174: Replace mlog_memset() with mtr_t::memset() 6 years ago
Marko Mäkelä caea64df18 Cleanup: Remove some page_get_page_no() calls 6 years ago
Marko Mäkelä 56f6dab1d0 MDEV-21174: Replace mlog_write_ulint() with mtr_t::write() 6 years ago
Marko Mäkelä a6e8a7df82 Cleanup: flst_read_addr(), fil_addr_t 6 years ago
Marko Mäkelä dc75f3e06d MDEV-21152 Bogus debug assertion btr_pcur_is_after_last_in_tree() in ibuf code 6 years ago
Marko Mäkelä a8395853cc MDEV-21152 Bogus debug assertion btr_pcur_is_after_last_in_tree() in ibuf code 6 years ago
Marko Mäkelä 25e2a556de MDEV-21133 Optimize access to InnoDB page header fields 6 years ago
Marko Mäkelä b80df9eba2 MDEV-21069 Crash on DROP TABLE if the data file is corrupted 6 years ago
Marko Mäkelä 3d4a801533 MDEV-12353 preparation: Replace mtr_x_lock() and friends 6 years ago
Marko Mäkelä abd45cdc38 MDEV-20934: Correct a debug assertion 6 years ago
Marko Mäkelä 29d67d051a Cleanup btr_page_get_prev(), btr_page_get_next() 6 years ago
Marko Mäkelä d7a2401750 MDEV-20934 Infinite loop on innodb_fast_shutdown=0 with inconsistent change buffer 6 years ago
Marko Mäkelä 2809842031 MDEV-20864 Introduce debug option innodb_change_buffer_dump 6 years ago
Marko Mäkelä b42294bc64 MDEV-19514 Defer change buffer merge until pages are requested 6 years ago
Thirunarayanan Balathandayuthapani c65cb244b3 MDEV-19335 Remove buf_page_t::encrypted 6 years ago
Marko Mäkelä d480d28f4f Add page_has_prev(), page_has_next(), page_has_siblings() 6 years ago
Marko Mäkelä e3c39c0be8 MDEV-13564 follow-up: Remove dead code 6 years ago
Marko Mäkelä 43a6e81ccb MDEV-19514 preparation: Remove innodb_change_buffering_debug=2 6 years ago
Monty b444b6b910 Removed some warnings from InnoDB when compiled with clang 6 years ago
Marko Mäkelä 61e26289fc MDEV-18582 preparation: Allocate ibuf statically 6 years ago