mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Fixed mistyping (thnx to Konstantin)
This commit is contained in:
parent
cec36217e1
commit
8f95f5a595
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue