MySQL 5.6.14 Source Code Document
|
#include <row0merge.h>
Public Attributes | |
int | fd |
ulint | offset |
ib_uint64_t | n_rec |
Information about temporary files used in merge sort
Definition at line 87 of file row0merge.h.
int merge_file_t::fd |
file descriptor
Definition at line 88 of file row0merge.h.
ib_uint64_t merge_file_t::n_rec |
number of records in the file
Definition at line 90 of file row0merge.h.
ulint merge_file_t::offset |
file offset (end of file)
Definition at line 89 of file row0merge.h.