#include <row0sel.h>
Public Attributes | |
| byte * | data |
| ulint | len |
| ulint | val_buf_size |
| byte* sel_buf_struct::data |
data, or NULL; if not NULL, this field has allocated memory which must be explicitly freed; can be != NULL even when len is UNIV_SQL_NULL
Definition at line 191 of file row0sel.h.
Referenced by sel_col_prefetch_buf_free().
| ulint sel_buf_struct::val_buf_size |
size of memory buffer allocated for data: this can be more than len; this is defined when data != NULL
Definition at line 197 of file row0sel.h.
Referenced by sel_col_prefetch_buf_free().