mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
sql_base.cc:
Table name cache is case-sensitive now like in 4.0.
This commit is contained in:
parent
a3d08eaaf9
commit
58f08024e7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ extern "C" byte *table_cache_key(const byte *record,uint *length,
|
|||
|
||||
void table_cache_init(void)
|
||||
{
|
||||
VOID(hash_init(&open_cache,system_charset_info,
|
||||
VOID(hash_init(&open_cache,&my_charset_bin,
|
||||
table_cache_size+16,0,0,table_cache_key,
|
||||
(hash_free_key) free_cache_entry,0));
|
||||
mysql_rm_tmp_tables();
|
||||
|
|
Loading…
Add table
Reference in a new issue