diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2011-09-08 16:10:24 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2011-09-08 16:10:24 +0300 |
commit | a6aa010e12bfa00f9f76063f9e463dd4a5436a19 (patch) | |
tree | f2247e0577e5d4d3e9c201326a327a25dfaf2ac6 /scripts/mysql_find_rows.sh | |
parent | 7f8004a6dd525a0c98f1a37636074a525eb18a21 (diff) | |
download | mariadb-git-a6aa010e12bfa00f9f76063f9e463dd4a5436a19.tar.gz |
Bug#12948130 UNNECESSARY X-LOCKING OF ADAPTIVE HASH INDEX (BTR_SEARCH_LATCH)
InnoDB acquires an x-latch on btr_search_latch for certain in-place updates
that do affect the adaptive hash index. These operations do not really need
to be protected by the btr_search_latch:
* updating DB_TRX_ID
* updating DB_ROLL_PTR
* updating PAGE_MAX_TRX_ID
* updating the delete-mark flag
rb:750 approved by Sunny Bains
Diffstat (limited to 'scripts/mysql_find_rows.sh')
0 files changed, 0 insertions, 0 deletions