mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
extend check_global_access() to avoid my_error when it's not needed
(in INFORMATION_SCHEMA).
This commit is contained in:
parent
db65e4f537
commit
e73f13a707
6 changed files with 37 additions and 37 deletions
|
|
@ -196,7 +196,7 @@ check_table_access(THD *thd, ulong requirements,TABLE_LIST *tables,
|
|||
|
||||
/* These were under the INNODB_COMPATIBILITY_HOOKS */
|
||||
|
||||
bool check_global_access(THD *thd, ulong want_access);
|
||||
bool check_global_access(THD *thd, ulong want_access, bool no_errors= false);
|
||||
|
||||
inline bool is_supported_parser_charset(CHARSET_INFO *cs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue