diff options
Diffstat (limited to 'sql/sql_reload.h')
-rw-r--r-- | sql/sql_reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_reload.h b/sql/sql_reload.h index 96dfd4c9e82..699912e0398 100644 --- a/sql/sql_reload.h +++ b/sql/sql_reload.h @@ -18,7 +18,7 @@ class THD; struct TABLE_LIST; -bool reload_acl_and_cache(THD *thd, unsigned long options, +bool reload_acl_and_cache(THD *thd, unsigned long long options, TABLE_LIST *tables, int *write_to_binlog); bool flush_tables_with_read_lock(THD *thd, TABLE_LIST *all_tables); |