diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-10-28 08:13:06 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-10-28 08:13:06 +0200 |
commit | cc5f4428b8b568f98e967a57178efcaf78702168 (patch) | |
tree | 065ca23de8b594efd32b4a1c68a2f8740cd65a10 | |
parent | 527ade25909bf63655ba1f8965096d105ff55368 (diff) | |
download | mariadb-git-cc5f4428b8b568f98e967a57178efcaf78702168.tar.gz |
MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clock
-rw-r--r-- | storage/innobase/include/btr0sea.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/btr0sea.h b/storage/innobase/include/btr0sea.h index f2e208df6eb..a9781c65491 100644 --- a/storage/innobase/include/btr0sea.h +++ b/storage/innobase/include/btr0sea.h @@ -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 |