MySQL 9.0.0
Source Code Documentation
ddl::file_t Struct Reference

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

Detailed Description

Information about temporary files used in merge sort.

Member Data Documentation

◆ m_file

Unique_os_file_descriptor ddl::file_t::m_file

File.

◆ m_n_recs

uint64_t ddl::file_t::m_n_recs {}

Number of records in the file.

◆ m_size

os_offset_t ddl::file_t::m_size

Size of the file in bytes.


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