mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-24312 master_host has 60 character limit, increase to 255 bytes
Also increase user name up to 128. The work was started by Rucha Deodhar <rucha.deodhar@mariadb.com>, contains audit plugin fixes by Alexey Botchkov <holyfoot@askmonty.org>.
This commit is contained in:
@ -64,8 +64,8 @@ bool using_global_priv_table= true;
|
||||
|
||||
// set that from field length in acl_load?
|
||||
#ifndef NO_EMBEDDED_ACCESS_CHECKS
|
||||
const uint max_hostname_length= 60;
|
||||
const uint max_dbname_length= 64;
|
||||
const uint max_hostname_length= HOSTNAME_LENGTH;
|
||||
const uint max_dbname_length= NAME_CHAR_LEN;
|
||||
#endif
|
||||
|
||||
const char *safe_vio_type_name(Vio *vio)
|
||||
|
Reference in New Issue
Block a user