buf_LRU_buf_pool_running_out() does not need to lock any mutexes

Bug #1219842 reported by Laurynas Biveinis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Server
Unknown
Unknown
Percona Server moved to https://jira.percona.com/projects/PS
Fix Released
Medium
Laurynas Biveinis
5.1
Won't Fix
Undecided
Unassigned
5.5
Triaged
Medium
Unassigned
5.6
Fix Released
Medium
Laurynas Biveinis

Bug Description

This is to track fixing of http://bugs.mysql.com/bug.php?id=69258 for Percona Server.

buf_LRU_buf_pool_running_out() acquires buffer pool mutex in upstream, and LRU/free list mutexes in XtraDB. This is not really required, because the function compares the sum of LRU and free list lens with 1/4 of buffer pool size for heuristic purposes. Dirty reads are OK for this.

Tags: innodb

Related branches

tags: added: innodb
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-1414

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.