1#ifndef SQL_RELOAD_INCLUDED
2#define SQL_RELOAD_INCLUDED
30 int *write_to_binlog);
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Definition: options.cc:57
bool flush_tables_with_read_lock(THD *thd, Table_ref *all_tables)
Implementation of FLUSH TABLES <table_list> WITH READ LOCK.
Definition: sql_reload.cc:454
bool is_reload_request_denied(THD *thd, unsigned long op_type)
Check the privileges required to execute a FLUSH command.
Definition: sql_reload.cc:73
bool handle_reload_request(THD *thd, unsigned long options, Table_ref *tables, int *write_to_binlog)
Reload/resets privileges and the different caches.
Definition: sql_reload.cc:145
bool flush_tables_for_export(THD *thd, Table_ref *all_tables)
Prepare tables for export (transportable tablespaces) by a) waiting until write transactions/DDL oper...
Definition: sql_reload.cc:537