From 83e75b39b3611d60ac59e851f742a13f2ee95393 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Sun, 9 Feb 2020 21:53:11 +0400 Subject: MDEV-21702 Add a data type for privileges --- sql/sql_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/sql_base.h') diff --git a/sql/sql_base.h b/sql/sql_base.h index 6b641a90212..572dd487d4a 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -218,8 +218,8 @@ bool setup_tables_and_check_access(THD *thd, TABLE_LIST *tables, List &leaves, bool select_insert, - ulong want_access_first, - ulong want_access, + privilege_t want_access_first, + privilege_t want_access, bool full_table_list); bool wait_while_table_is_used(THD *thd, TABLE *table, enum ha_extra_function function); -- cgit v1.2.1