|  | MySQL 9.5.0
    Source Code Documentation | 
#include <gis0type.h>
| Public Attributes | |
| byte * | bufp | 
| aligned buffer point  More... | |
| byte | rec_buf [UNIV_PAGE_SIZE_MAX *2] | 
| buffer used to copy matching rec  More... | |
| buf_block_t | block | 
| the shadow buffer block  More... | |
| ulint | used | 
| memory used  More... | |
| rtr_rec_vector * | matched_recs | 
| vector holding the matching rec  More... | |
| ib_mutex_t | rtr_match_mutex | 
| mutex protect the match_recs vector  More... | |
| bool | valid | 
| whether result in matched_recs or this search is valid (page not dropped)  More... | |
| bool | locked | 
| whether these recs locked  More... | |
| buf_block_t matched_rec::block | 
the shadow buffer block
| byte* matched_rec::bufp | 
aligned buffer point
| bool matched_rec::locked | 
whether these recs locked
| rtr_rec_vector* matched_rec::matched_recs | 
vector holding the matching rec
| byte matched_rec::rec_buf[UNIV_PAGE_SIZE_MAX *2] | 
buffer used to copy matching rec
| ib_mutex_t matched_rec::rtr_match_mutex | 
mutex protect the match_recs vector
| ulint matched_rec::used | 
memory used
| bool matched_rec::valid | 
whether result in matched_recs or this search is valid (page not dropped)