summaryrefslogtreecommitdiff
path: root/sql/sql_parse.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-08-13 13:51:48 +0400
committerKonstantin Osipov <kostja@sun.com>2010-08-13 13:51:48 +0400
commit8ce6e98aa335590d18dbb4f9d453ad4c67bd1a2b (patch)
treee82b25865a22ae5e1967f4ad0ad450f59a4ec7f0 /sql/sql_parse.h
parent7c3de33a4f617505987de7bccf4926c2b8206f9e (diff)
downloadmariadb-git-8ce6e98aa335590d18dbb4f9d453ad4c67bd1a2b.tar.gz
Extract reload_acl_and_cache() and flush_tables_with_read_lock()
into an own implementation file.
Diffstat (limited to 'sql/sql_parse.h')
-rw-r--r--sql/sql_parse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_parse.h b/sql/sql_parse.h
index 8b7fe8f7b83..fe7fbd9482e 100644
--- a/sql/sql_parse.h
+++ b/sql/sql_parse.h
@@ -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);