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
commit537531f0e8990debfb82bdbaac2f237d46098fb1 (patch)
treef45287a3841f51de841f0f4dbd8a2ac9c92e19bd /sql/sql_cache.cc
parent88880c0a90550bccc706fec7c7018c16c6aa4649 (diff)
downloadmariadb-git-537531f0e8990debfb82bdbaac2f237d46098fb1.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;