Skip to content

Commit

Permalink
MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clock
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Oct 28, 2020
1 parent 527ade2 commit cc5f442
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/innobase/include/btr0sea.h
Expand Up @@ -230,8 +230,6 @@ struct btr_search_t{
the machine word, i.e., they cannot be turned into bit-fields. */
buf_block_t* root_guess;/*!< the root page frame when it was last time
fetched, or NULL */
ulint withdraw_clock; /*!< the withdraw clock value of the buffer
pool when root_guess was stored */
#ifdef BTR_CUR_HASH_ADAPT
ulint hash_analysis; /*!< when this exceeds
BTR_SEARCH_HASH_ANALYSIS, the hash
Expand Down

0 comments on commit cc5f442

Please sign in to comment.