MySQL 8.4.0
Source Code Documentation
bootstrap.h File Reference

Go to the source code of this file.

Namespaces

namespace  bootstrap
 

Typedefs

typedef bool(* bootstrap::bootstrap_functor) (THD *thd)
 

Functions

bool bootstrap::run_bootstrap_thread (const char *file_name, MYSQL_FILE *file, bootstrap_functor boot_handler, enum_thread_type thread_type)
 Create a thread to execute all commands from the submitted file. More...