mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
A small fix for privilege system as reported by HF.
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include "sql_select.h"
|
#include "sql_select.h"
|
||||||
#include "sql_acl.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
|
Resolve derived tables in all queries
|
||||||
|
Reference in New Issue
Block a user