mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
compilation fixes: without dbug, without ssl
This commit is contained in:
@ -532,11 +532,11 @@ static uchar* acl_entry_get_key(acl_entry *entry, size_t *length,
|
||||
second packet?
|
||||
*/
|
||||
#define SSL_HANDSHAKE_SIZE 2
|
||||
#define NORMAL_HANDSHAKE_SIZE 6
|
||||
#define MIN_HANDSHAKE_SIZE 2
|
||||
#else
|
||||
#define MIN_HANDSHAKE_SIZE 6
|
||||
#endif /* HAVE_OPENSSL && !EMBEDDED_LIBRARY */
|
||||
#define NORMAL_HANDSHAKE_SIZE 6
|
||||
|
||||
static DYNAMIC_ARRAY acl_hosts, acl_users, acl_dbs, acl_proxy_users;
|
||||
static MEM_ROOT mem, memex;
|
||||
|
Reference in New Issue
Block a user