1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

sql_base.cc:

Table name cache is case-sensitive now like in 4.0.
This commit is contained in:
bar@bar.mysql.r18.ru
2003-04-22 19:01:24 +05:00
parent a3d08eaaf9
commit 58f08024e7

View File

@ -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();