MySQL 8.3.0
Source Code Documentation
Clone_Task_Meta Struct Reference

Task information in clone operation. More...

#include <clone0desc.h>

Public Attributes

uint m_task_index
 Index in task array. More...
 
uint m_chunk_num
 Current chunk number reserved by the task. More...
 
uint m_block_num
 Current block number that is already transferred. More...
 

Detailed Description

Task information in clone operation.

Member Data Documentation

◆ m_block_num

uint Clone_Task_Meta::m_block_num

Current block number that is already transferred.

◆ m_chunk_num

uint Clone_Task_Meta::m_chunk_num

Current chunk number reserved by the task.

◆ m_task_index

uint Clone_Task_Meta::m_task_index

Index in task array.


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