MySQL 9.0.0
Source Code Documentation
matched_rec Struct Reference

#include <gis0type.h>

Public Attributes

bytebufp
 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_vectormatched_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...
 

Member Data Documentation

◆ block

buf_block_t matched_rec::block

the shadow buffer block

◆ bufp

byte* matched_rec::bufp

aligned buffer point

◆ locked

bool matched_rec::locked

whether these recs locked

◆ matched_recs

rtr_rec_vector* matched_rec::matched_recs

vector holding the matching rec

◆ rec_buf

byte matched_rec::rec_buf[UNIV_PAGE_SIZE_MAX *2]

buffer used to copy matching rec

◆ rtr_match_mutex

ib_mutex_t matched_rec::rtr_match_mutex

mutex protect the match_recs vector

◆ used

ulint matched_rec::used

memory used

◆ valid

bool matched_rec::valid

whether result in matched_recs or this search is valid (page not dropped)


The documentation for this struct was generated from the following file: