![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Innodb interface for log archive. More...
#include "arch0arch.h"Go to the source code of this file.
Classes | |
| class | Log_Arch_Client_Ctx | 
| Redo Log archiver client context.  More... | |
Typedefs | |
| using | Log_Arch_Cbk = int(char *file_name, uint64_t file_size, uint64_t read_offset, void *ctx) | 
| File Node Iterator callback.  More... | |
Innodb interface for log archive.
| using Log_Arch_Cbk = int(char *file_name, uint64_t file_size, uint64_t read_offset, void *ctx) | 
File Node Iterator callback.
| [in] | file_name | NULL terminated file name | 
| [in] | file_size | size of file in bytes | 
| [in] | read_offset | offset to start reading from | 
| [in] | ctx | context passed by caller |