diff options
author | unknown <bell@sanja.is.com.ua> | 2005-02-11 21:57:37 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2005-02-11 21:57:37 +0200 |
commit | 537531f0e8990debfb82bdbaac2f237d46098fb1 (patch) | |
tree | f45287a3841f51de841f0f4dbd8a2ac9c92e19bd /sql/sql_cache.cc | |
parent | 88880c0a90550bccc706fec7c7018c16c6aa4649 (diff) | |
download | mariadb-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.cc | 2 |
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; |