MySQL 9.0.0
Source Code Documentation
st_find_files_args Struct Reference

Call this function in order to give the handler the possibility to ask engine if there are any new tables that should be written to disk or any dropped tables that need to be removed from disk. More...

Public Attributes

const char * db
 
const char * path
 
const char * wild
 
bool dir
 
List< LEX_STRING > * files
 

Detailed Description

Call this function in order to give the handler the possibility to ask engine if there are any new tables that should be written to disk or any dropped tables that need to be removed from disk.

Member Data Documentation

◆ db

const char* st_find_files_args::db

◆ dir

bool st_find_files_args::dir

◆ files

List<LEX_STRING>* st_find_files_args::files

◆ path

const char* st_find_files_args::path

◆ wild

const char* st_find_files_args::wild

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