lp:~laurynas-biveinis/percona-server/bug1076215-5.1
- Get this branch:
- bzr branch lp:~laurynas-biveinis/percona-server/bug1076215-5.1
Branch merges
- Alexey Kopytov (community): Approve on 2012-11-23
-
Diff: 91 lines (+12/-27)1 file modifiedPercona-Server/storage/innodb_plugin/buf/buf0lru.c (+12/-27)
Related bugs
Related blueprints
Branch information
- Owner:
- Laurynas Biveinis
- Status:
- Merged
Recent revisions
- 503. By Laurynas Biveinis on 2012-11-23
-
Fix bug 1076215 (Unnecessary AHI scan in
buf_LRU_mark_space_ was_deleted) . This bug is our version of upstream bug
http://bugs.mysql. com/bug. php?id= 64284: there is no need to scan
buffer pool for AHI entries after the B-trees for the tablespace have
been dropped, as that will already clean them.Fixed by removing the AHI scan in buf_LRU_
mark_space_ was_deleted( ).
For debug builds, following Facebook patch changes, attempt the AHI
scan and assert that it removed zero entries. For this, patch
buf_LRU_drop_page_ hash_for_ tablespace( ) to return the number of AHI
entries found. - 502. By Stewart Smith on 2012-11-16
-
merge fix for Bug #719386: Query_time is increasing for every query a stored procedure logs to the slow log
- 501. By Stewart Smith on 2012-11-16
-
merge fi xfor Bug #1064326: Fake changes blocking real changes due to locking
- 500. By Stewart Smith on 2012-11-16
-
merge fix for Bug #890404: valgrind warning from innodb_fake_changes patch
- 496. By Stewart Smith on 2012-11-16
-
merge fix for Bug #1012715: Crash resistant replication breaks with binlog XA transaction recovery
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-server/5.5