mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed mistyping (thnx to Konstantin)
sql/sql_cache.cc: Fixed mistyping
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user