1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed mistyping (thnx to Konstantin)

This commit is contained in:
bell@sanja.is.com.ua
2005-02-11 21:57:37 +02:00
parent cec36217e1
commit 8f95f5a595

View File

@@ -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;