MySQL 9.1.0
Source Code Documentation
|
Information about temporary files used in merge sort. More...
#include <ddl0impl.h>
Public Attributes | |
Unique_os_file_descriptor | m_file |
File. More... | |
os_offset_t | m_size |
Size of the file in bytes. More... | |
uint64_t | m_n_recs {} |
Number of records in the file. More... | |
Information about temporary files used in merge sort.
Unique_os_file_descriptor ddl::file_t::m_file |
File.
uint64_t ddl::file_t::m_n_recs {} |
Number of records in the file.
os_offset_t ddl::file_t::m_size |
Size of the file in bytes.