Fixed mistyping (thnx to Konstantin)
This commit is contained in:
parent
cec36217e1
commit
8f95f5a595
@ -1337,7 +1337,7 @@ ulong Query_cache::init_cache()
|
|||||||
init();
|
init();
|
||||||
approx_additional_data_size = (sizeof(Query_cache) +
|
approx_additional_data_size = (sizeof(Query_cache) +
|
||||||
sizeof(gptr)*(def_query_hash_size+
|
sizeof(gptr)*(def_query_hash_size+
|
||||||
def_query_hash_size));
|
def_table_hash_size));
|
||||||
if (query_cache_size < approx_additional_data_size)
|
if (query_cache_size < approx_additional_data_size)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user