mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Fixed build failure in embedded library regarding that decrease_user_connections() was not declared
This commit is contained in:
parent
a75dbb4158
commit
cea27d3002
2 changed files with 3 additions and 1 deletions
|
|
@ -6977,7 +6977,6 @@ bool check_routine_level_acl(THD *thd, const char *db, const char *name,
|
|||
#undef HAVE_OPENSSL
|
||||
#ifdef NO_EMBEDDED_ACCESS_CHECKS
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue