mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
move userstat tables to a plugin
This commit is contained in:
@ -148,15 +148,6 @@ inline bool check_identifier_name(LEX_STRING *str)
|
||||
return check_identifier_name(str, NAME_CHAR_LEN, 0, "");
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
check_access() is needed for the connect engine.
|
||||
It cannot be inlined - it must be exported.
|
||||
*/
|
||||
bool check_access(THD *thd, ulong want_access, const char *db, ulong *save_priv,
|
||||
GRANT_INTERNAL_INFO *grant_internal_info,
|
||||
bool dont_check_global_grants, bool no_errors);
|
||||
|
||||
#ifndef NO_EMBEDDED_ACCESS_CHECKS
|
||||
bool check_one_table_access(THD *thd, ulong privilege, TABLE_LIST *tables);
|
||||
bool check_single_table_access(THD *thd, ulong privilege,
|
||||
@ -194,8 +185,4 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
|
||||
{ return false; }
|
||||
#endif /*NO_EMBEDDED_ACCESS_CHECKS*/
|
||||
|
||||
/* These were under the INNODB_COMPATIBILITY_HOOKS */
|
||||
|
||||
bool check_global_access(THD *thd, ulong want_access, bool no_errors= false);
|
||||
|
||||
#endif /* SQL_PARSE_INCLUDED */
|
||||
|
Reference in New Issue
Block a user