mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Hash now supports several charsets
This commit is contained in:
@ -50,7 +50,7 @@ static byte *cache_key(const byte *record,uint *length,
|
||||
|
||||
void table_cache_init(void)
|
||||
{
|
||||
VOID(hash_init(&open_cache,
|
||||
VOID(hash_init(&open_cache,system_charset_info,
|
||||
table_cache_size+16,0,0,cache_key,
|
||||
(void (*)(void*)) free_cache_entry,0));
|
||||
mysql_rm_tmp_tables();
|
||||
|
Reference in New Issue
Block a user