Commit 3706c81c authored by unknown's avatar unknown

small fix


sql/sql_derived.cc:
  I think it's better not to implement another "*any*"
parent 7445d078
......@@ -25,7 +25,8 @@
#include "sql_select.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
......
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