summaryrefslogtreecommitdiff
path: root/storage/innobase/buf
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25312 Replace fil_space_t::name with fil_space_t::name()bb-10.6-MDEV-25312Marko Mäkelä2021-04-072-15/+17
* Merge 10.5 into 10.6Marko Mäkelä2021-03-311-1/+2
|\
| * MDEV-25072: Livelock due to innodb_change_buffering_debugMarko Mäkelä2021-03-311-1/+2
* | Merge 10.5 into 10.6 (except MDEV-24630)Marko Mäkelä2021-03-301-5/+7
|\ \ | |/
| * MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-301-5/+7
* | cleanup: os_thread_create -> std::threadEugene Kosov2021-03-191-10/+7
* | cleanup: os_thread_yield() -> std::this_thread::yield()Eugene Kosov2021-03-192-3/+3
* | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-194-12/+17
* | MDEV-21212 fixup: GCC -Wclass-memaccessMarko Mäkelä2021-03-121-1/+1
* | MDEV-21212: buf_page_get_gen -> buf_pool->stat.n_page_gets++ is a cpu wasteKrunal Bauskar2021-03-121-5/+5
* | Merge 10.5 into 10.6Marko Mäkelä2021-03-112-5/+62
|\ \ | |/
| * MDEV-24949: Enabling idle flushing (possible regression from MDEV-23855)Krunal Bauskar2021-03-112-5/+62
* | MDEV-25105 Remove innodb_checksum_algorithm values none,innodb,...Marko Mäkelä2021-03-114-349/+52
* | MDEV-25085: Simplify instrumentation for LRU evictionMarko Mäkelä2021-03-092-22/+9
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-241-3/+5
|\ \ | |/
| * MDEV-24917 Page cleaner wrongly remains idlebb-10.5-MDEV-24917Marko Mäkelä2021-02-181-3/+5
* | MDEV-20612: Replace lock_sys.mutex with lock_sys.latchMarko Mäkelä2021-02-111-1/+1
* | MDEV-20612 preparation: LockMutexGuardMarko Mäkelä2021-02-111-2/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-073-34/+36
|\ \ | |/
| * MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-073-34/+36
* | Merge 10.5 into 10.6Marko Mäkelä2021-02-021-0/+4
|\ \ | |/
| * MDEV-24695 Encryption modifies a freed pageThirunarayanan Balathandayuthapani2021-01-281-0/+4
* | MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-271-14/+16
* | MDEV-24642 Assertion r->emplace... failed in sux_lock::s_lock_register()Marko Mäkelä2021-01-251-7/+4
* | Merge 10.5 into 10.6Marko Mäkelä2021-01-251-10/+8
|\ \ | |/
| * MDEV-24659 Assertion !fsp_is_system_temporary(bpage->id().space()) failed in ...Marko Mäkelä2021-01-231-11/+9
* | Merge 10.5 into 10.6Marko Mäkelä2021-01-111-6/+4
|\ \ | |/
| * MDEV-24544 innodb_buffer_pool_wait_free is not protected by mutexMarko Mäkelä2021-01-071-6/+4
* | Merge 10.5 into 10.6Marko Mäkelä2021-01-071-8/+16
|\ \ | |/
| * MDEV-24537 innodb_max_dirty_pages_pct_lwm=0 lost its special meaningMarko Mäkelä2021-01-061-8/+16
* | Clarify some commentsMarko Mäkelä2021-01-041-8/+8
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-191-28/+28
|\ \ | |/
| * MDEV-24445 Using innodb_undo_tablespaces corrupts system tablespaceMarko Mäkelä2020-12-181-33/+30
* | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-154-8/+3
* | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-151-2/+2
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-141-1/+1
|\ \ | |/
| * MDEV-24391 heap-use-after-free in fil_space_t::flush_low()bb-10.5-MDEV-24391Marko Mäkelä2020-12-111-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-091-4/+0
|\ \ | |/
| * Remove unused DBUG_EXECUTE_IF "ignore_punch_hole"Marko Mäkelä2020-12-091-4/+0
* | Merge 10.5 into 10.6Marko Mäkelä2020-12-093-64/+90
|\ \ | |/
| * MDEV-12227 Defer writes to the InnoDB temporary tablespacebb-10.5-MDEV-24369Marko Mäkelä2020-12-092-30/+52
| * Fix -Wunused-but-set-variableMarko Mäkelä2020-12-081-3/+12
| * MDEV-24369 Page cleaner sleeps despite innodb_max_dirty_pages_pct_lwm being e...Marko Mäkelä2020-12-081-32/+18
| * MDEV-24350 buf_dblwr unnecessarily uses memory-intensive srv_stats countersbb-10.5-MDEV-24350Marko Mäkelä2020-12-041-7/+8
| * MDEV-24348 InnoDB shutdown hang with innodb_flush_sync=0Marko Mäkelä2020-12-041-0/+8
* | MDEV-24142: Remove __FILE__,__LINE__ related to buf_block_t::lockMarko Mäkelä2020-12-031-20/+3
* | MDEV-24142: Remove the LatchDebug interface to rw-locksMarko Mäkelä2020-12-032-13/+2
* | MDEV-24142: Replace InnoDB rw_lock_t with sux_lockMarko Mäkelä2020-12-037-212/+73
* | Merge 10.5 into 10.6Marko Mäkelä2020-11-301-1/+1
|\ \ | |/
| * MDEV-24308: Remove some os_thread_ functionsMarko Mäkelä2020-11-301-1/+1