MySQL 8.0.40
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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...