mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -53,7 +53,7 @@ static void disable_checkpoints(THD *thd);
|
||||
@retval !=0 Error; thd->killed is set or thd->is_error() is true
|
||||
*/
|
||||
|
||||
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 result=0;
|
||||
|
Reference in New Issue
Block a user