1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Extract reload_acl_and_cache() and flush_tables_with_read_lock()

into an own implementation file.
This commit is contained in:
Konstantin Osipov
2010-08-13 13:51:48 +04:00
parent 7c3de33a4f
commit 8ce6e98aa3
12 changed files with 512 additions and 449 deletions

View File

@ -93,8 +93,6 @@ void mysql_init_multi_delete(LEX *lex);
bool multi_delete_set_locks_and_link_aux_tables(LEX *lex);
void create_table_set_open_action_and_adjust_tables(LEX *lex);
pthread_handler_t handle_bootstrap(void *arg);
bool reload_acl_and_cache(THD *thd, ulong options, TABLE_LIST *tables,
bool *write_to_binlog);
int mysql_execute_command(THD *thd);
bool do_command(THD *thd);
void do_handle_bootstrap(THD *thd);