mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Hash now supports several charsets
This commit is contained in:
@ -269,7 +269,8 @@ static void free_user(struct user_conn *uc)
|
||||
|
||||
void init_max_user_conn(void)
|
||||
{
|
||||
(void) hash_init(&hash_user_connections,max_connections,0,0,
|
||||
(void) hash_init(&hash_user_connections,system_charset_info,max_connections,
|
||||
0,0,
|
||||
(hash_get_key) get_key_conn, (void (*)(void*)) free_user,
|
||||
0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user