summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/sql_acl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc
index 63c95015efe..b95b2103c08 100644
--- a/sql/sql_acl.cc
+++ b/sql/sql_acl.cc
@@ -6849,6 +6849,7 @@ bool check_routine_level_acl(THD *thd, const char *db, const char *name,
#define initialized 0
#define decrease_user_connections(X) /* nothing */
#define check_for_max_user_connections(X,Y) 0
+#define get_or_create_user_conn(A,B,C,D) 0
#endif
#endif
#ifndef HAVE_OPENSSL