MySQL 9.1.0
Source Code Documentation
|
#include "mysql/thread_type.h"
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... | |