summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2005-02-11 21:57:37 +0200
committerbell@sanja.is.com.ua <>2005-02-11 21:57:37 +0200
commit8f95f5a59527bf5330c378f05e6a54b0427edfa5 (patch)
treef45287a3841f51de841f0f4dbd8a2ac9c92e19bd /sql/sql_cache.cc
parentcec36217e164ae83f163b731b5fdd5b8d2b2e284 (diff)
downloadmariadb-git-8f95f5a59527bf5330c378f05e6a54b0427edfa5.tar.gz
Fixed mistyping (thnx to Konstantin)
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;