mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
A small fix for privilege system as reported by HF.
This commit is contained in:
parent
efb79be3ac
commit
3e302c524e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "sql_select.h"
|
||||
#include "sql_acl.h"
|
||||
|
||||
static const char *any_db="*any*"; // Special symbol for check_access
|
||||
extern const char *any_db; // Special symbol for check_access
|
||||
|
||||
/*
|
||||
Resolve derived tables in all queries
|
||||
|
|
Loading…
Reference in a new issue