1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-4547 [PATCH] Make REFRESH_* constants to be 64-bit in 32-bit compilation

REFRESH_FAST do not fit in 32 bit
This commit is contained in:
unknown
2013-07-16 15:16:38 +03:00
parent c697aa1f7c
commit 69ca523810
5 changed files with 29 additions and 29 deletions

View File

@@ -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);