summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-08-01 17:32:05 +0300
committerunknown <bell@sanja.is.com.ua>2003-08-01 17:32:05 +0300
commitc44af18bd59a2ab4ff80fe1d82a6053dbccc8647 (patch)
tree5f4564331663107af440e2d15c4d4b2b476a343e /sql
parenta3e261437ae5b2caecaa29baf040148727ab1044 (diff)
parent37ddcebad2df1bad985a07274f20e1a878dbacbf (diff)
downloadmariadb-git-c44af18bd59a2ab4ff80fe1d82a6053dbccc8647.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_ci-4.1
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_cache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc
index ac6471e794c..767a1a46dcc 100644
--- a/sql/sql_cache.cc
+++ b/sql/sql_cache.cc
@@ -1422,10 +1422,10 @@ ulong Query_cache::init_cache()
DUMP(this);
- VOID(hash_init(&queries,system_charset_info,def_query_hash_size, 0, 0,
+ VOID(hash_init(&queries, &my_charset_bin, def_query_hash_size, 0, 0,
query_cache_query_get_key, 0, 0));
#ifndef FN_NO_CASE_SENCE
- VOID(hash_init(&tables,system_charset_info,def_table_hash_size, 0, 0,
+ VOID(hash_init(&tables, &my_charset_bin, def_table_hash_size, 0, 0,
query_cache_table_get_key, 0, 0));
#else
// windows, OS/2 or other case insensitive file names work around