Commit 65aa8823 authored by unknown's avatar unknown

small fix


sql/sql_derived.cc:
  I think it's better not to implement another "*any*"
parent 52176532
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
#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="*any*"; // Special symbol for check_access
extern const char *any_db;
/* /*
Resolve derived tables in all queries Resolve derived tables in all queries
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment