mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: s/const CHARSET_INFO/CHARSET_INFO/
as CHARSET_INFO is already const, using const on it is redundant and results in compiler warnings (on Windows)
This commit is contained in:
@ -11284,8 +11284,7 @@ static bool find_mpvio_user(MPVIO_EXT *mpvio)
|
||||
}
|
||||
|
||||
static bool
|
||||
read_client_connect_attrs(char **ptr, char *end,
|
||||
const CHARSET_INFO *from_cs)
|
||||
read_client_connect_attrs(char **ptr, char *end, CHARSET_INFO *from_cs)
|
||||
{
|
||||
size_t length;
|
||||
char *ptr_save= *ptr;
|
||||
|
Reference in New Issue
Block a user