diff options
-rw-r--r-- | sql/sql_derived.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_derived.cc b/sql/sql_derived.cc index 0a2e2947add..f4c3979a34a 100644 --- a/sql/sql_derived.cc +++ b/sql/sql_derived.cc @@ -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 |