summaryrefslogtreecommitdiff
path: root/sql/sql_reload.h
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2013-07-16 15:16:38 +0300
committerunknown <sanja@montyprogram.com>2013-07-16 15:16:38 +0300
commit69ca523810c21022c5d29d187fd1f55b84c302d4 (patch)
tree9716557ec6166a9d33d34b5f021831263f212336 /sql/sql_reload.h
parentc697aa1f7c2c95f42abc6c180dff94f33394e16f (diff)
downloadmariadb-git-69ca523810c21022c5d29d187fd1f55b84c302d4.tar.gz
MDEV-4547 [PATCH] Make REFRESH_* constants to be 64-bit in 32-bit compilation
REFRESH_FAST do not fit in 32 bit
Diffstat (limited to 'sql/sql_reload.h')
-rw-r--r--sql/sql_reload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_reload.h b/sql/sql_reload.h
index ebb3d78c003..33ca022dc14 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);