242 Commits (c430aa72abbdccb1ece7f0d65b49a6b48e7c5ba7)

Author SHA1 Message Date
Marko Mäkelä c430aa72ab MDEV-26626 InnoDB fails to advance the log checkpoint 4 years ago
Marko Mäkelä bf435a3f4d MDEV-26200 buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMAT=COMPRESSED 4 years ago
Marko Mäkelä f0f47cbca1 MDEV-26017 fixup 4 years ago
Marko Mäkelä fc2ff46469 MDEV-26017: Assertion stat.flush_list_bytes <= curr_pool_size 4 years ago
Marko Mäkelä 759deaa0a2 MDEV-26010 fixup: Use acquire/release memory order 4 years ago
Marko Mäkelä 5f22511e35 MDEV-26010: Assertion lsn > 2 failed in buf_pool_t::get_oldest_modification 4 years ago
Marko Mäkelä 60ed479711 MDEV-26004 Excessive wait times in buf_LRU_get_free_block() 4 years ago
Marko Mäkelä 6441bc614a MDEV-25113: Introduce a page cleaner mode before 'furious flush' 4 years ago
Marko Mäkelä 22b62edaed MDEV-25113: Make page flushing faster 4 years ago
Marko Mäkelä 8af538979b MDEV-25801: buf_flush_dirty_pages() is very slow 4 years ago
Marko Mäkelä 762bcb81b5 MDEV-25948 Remove log_flush_task 4 years ago
Marko Mäkelä 6dfd44c828 MDEV-25954: Trim os_aio_wait_until_no_pending_writes() 4 years ago
Marko Mäkelä 601eb41183 Cleanup: deduplicate code 4 years ago
Krunal Bauskar 3f4b7ed95a MDEV-25093: Adaptive flushing fails to kick in even if 5 years ago
Marko Mäkelä 3f8df01194 MDEV-25425 Useless message "If the mysqld execution user is authorized page cleaner thread priority can be changed." 5 years ago
Marko Mäkelä 8c2e3259c1 MDEV-24302 follow-up: RESET MASTER hangs 5 years ago
Krunal Bauskar f11b60879b MDEV-24949: Enabling idle flushing (possible regression from MDEV-23855) 5 years ago
Marko Mäkelä 93522bc9a9 MDEV-24917 Page cleaner wrongly remains idle 5 years ago
Vlad Lesin 23833dce05 MDEV-24792 Assertion `!newest_lsn || fil_page_get_type(page)' failed upon MariaBackup prepare in buf_flush_init_for_writing with innodb_log_optimize_ddl=off 5 years ago
Marko Mäkelä 4f4a4cf9eb MDEV-23399 fixup: Use plain pthread_cond 5 years ago
Marko Mäkelä a993310593 MDEV-24537 innodb_max_dirty_pages_pct_lwm=0 lost its special meaning 5 years ago
Marko Mäkelä 0c7c449267 Remove unused DBUG_EXECUTE_IF "ignore_punch_hole" 5 years ago
Marko Mäkelä 5eb539555b MDEV-12227 Defer writes to the InnoDB temporary tablespace 5 years ago
Marko Mäkelä ea21d630be Fix -Wunused-but-set-variable 5 years ago
Marko Mäkelä f0c295e2de MDEV-24369 Page cleaner sleeps despite innodb_max_dirty_pages_pct_lwm being exceeded 5 years ago
Marko Mäkelä aa0e380568 MDEV-24348 InnoDB shutdown hang with innodb_flush_sync=0 5 years ago
Marko Mäkelä 8fa6e36375 MDEV-24308: Remove some os_thread_ functions 5 years ago
Marko Mäkelä 7b1252c03d MDEV-24278 InnoDB page cleaner keeps waking up on idle server 5 years ago
Marko Mäkelä 4cbfdeca84 MDEV-24109 InnoDB hangs with innodb_flush_sync=OFF 5 years ago
Marko Mäkelä b0ff791618 MDEV-24054 Assertion in_LRU_list failed in buf_flush_try_neighbors() 5 years ago
Marko Mäkelä c27e53f459 MDEV-23855: Use normal mutex for log_sys.mutex, log_sys.flush_order_mutex 5 years ago
Marko Mäkelä a5a2ef079c MDEV-23855: Implement asynchronous doublewrite 5 years ago
Marko Mäkelä 8cb01c51fb MDEV-16264 fixup: Clean up asynchronous I/O 5 years ago
Marko Mäkelä 118e258aaa MDEV-23855: Shrink fil_space_t 5 years ago
Marko Mäkelä 45ed9dd957 MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 5 years ago
Marko Mäkelä 3a9a3be1c6 MDEV-23855: Improve InnoDB log checkpoint performance 5 years ago
Marko Mäkelä bd67cb9284 MDEV-23399 fixup: Assertion bpage->in_file() failed 5 years ago
Marko Mäkelä 5999d5120e MDEV-23399 fixup: Avoid crash on Mariabackup shutdown 5 years ago
Marko Mäkelä 7cffb5f6e8 MDEV-23399: Performance regression with write workloads 5 years ago
Marko Mäkelä 46b1f50098 MDEV-23399: Remove buf_pool.flush_rbt 5 years ago
Marko Mäkelä b535a79044 MDEV-23399: Remove recv_writer_thread 5 years ago
Marko Mäkelä fa70c1462a MDEV-23399 preparation: Remove buf_pool.zip_clean 5 years ago
Marko Mäkelä d312d64146 MDEV-23909 innodb_flush_neighbors=2 is treated like innodb_flush_neighbors=0 5 years ago
Marko Mäkelä a9550c47e4 MDEV-16264 fixup: Remove unused code and data 5 years ago
Marko Mäkelä 309302a3da MDEV-23475 InnoDB performance regression for write-heavy workloads 5 years ago
Thirunarayanan Balathandayuthapani fe39d02f51 MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_master_thread_low() 5 years ago
Thirunarayanan Balathandayuthapani 92014bd1c6 MDEV-23252 Assertion failure 'req_type.is_dblwr_recover() || err == DB_SUCCESS' for page_compressed tables 5 years ago
Marko Mäkelä 57ec42bc32 MDEV-23190 InnoDB data file extension is not crash-safe 5 years ago
Marko Mäkelä c36834c832 MDEV-20377: Make WITH_MSAN more usable 5 years ago
Marko Mäkelä d2c593c2a6 MDEV-22877 Avoid unnecessary buf_pool.page_hash S-latch acquisition 5 years ago