Public Attributes | |
int | fd |
ulint | offset |
ib_uint64_t | n_rec |
Information about temporary files used in merge sort
Definition at line 127 of file row0merge.cc.
int merge_file_struct::fd |
file descriptor
Definition at line 128 of file row0merge.cc.
ib_uint64_t merge_file_struct::n_rec |
number of records in the file
Definition at line 130 of file row0merge.cc.
ulint merge_file_struct::offset |
file offset (end of file)
Definition at line 129 of file row0merge.cc.