summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-02-11 21:57:37 +0200
committerunknown <bell@sanja.is.com.ua>2005-02-11 21:57:37 +0200
commit4485e15c5fe423beb927fe3cb5a6009d53d93123 (patch)
treef45287a3841f51de841f0f4dbd8a2ac9c92e19bd /sql/sql_cache.cc
parent273537c276483807bb7d677d0939bb43965e3062 (diff)
downloadmariadb-git-4485e15c5fe423beb927fe3cb5a6009d53d93123.tar.gz
Fixed mistyping (thnx to Konstantin)
sql/sql_cache.cc: Fixed mistyping
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r--sql/sql_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc
index f503a63e752..d729a6cc301 100644
--- a/sql/sql_cache.cc
+++ b/sql/sql_cache.cc
@@ -1337,7 +1337,7 @@ ulong Query_cache::init_cache()
init();
approx_additional_data_size = (sizeof(Query_cache) +
sizeof(gptr)*(def_query_hash_size+
- def_query_hash_size));
+ def_table_hash_size));
if (query_cache_size < approx_additional_data_size)
goto err;