mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#2486 - natural/using joins according to SQL:2003
Post-review fixes that simplify the way access rights are checked during name resolution and factor out all entry points to check access rights into one single function.
This commit is contained in:
@ -407,9 +407,6 @@ public:
|
||||
const char *table_name();
|
||||
const char *db_name();
|
||||
GRANT_INFO *grant();
|
||||
#ifndef NO_EMBEDDED_ACCESS_CHECKS
|
||||
bool check_grants(THD *thd, const char *name, uint length);
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user