MySQL 9.0.0
Source Code Documentation
ddl::Merge_file_sort::Context Struct Reference

Context to use for merging the files/runs. More...

#include <ddl0impl-merge.h>

Public Attributes

ddl::file_tm_file {}
 File to sort. More...
 
Dupm_dup {}
 For reporting duplicates, it has the index instance too. More...
 
size_t m_n_threads {}
 Number of scan threads used, for memory buffer calculation. More...
 
Alter_stagem_stage {}
 PFS progress monitoring. More...
 

Detailed Description

Context to use for merging the files/runs.

Member Data Documentation

◆ m_dup

Dup* ddl::Merge_file_sort::Context::m_dup {}

For reporting duplicates, it has the index instance too.

◆ m_file

ddl::file_t* ddl::Merge_file_sort::Context::m_file {}

File to sort.

◆ m_n_threads

size_t ddl::Merge_file_sort::Context::m_n_threads {}

Number of scan threads used, for memory buffer calculation.

◆ m_stage

Alter_stage* ddl::Merge_file_sort::Context::m_stage {}

PFS progress monitoring.


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