Commit 8f95f5a5 authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

Fixed mistyping (thnx to Konstantin)

parent cec36217
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment