Commit 537531f0 authored by unknown's avatar unknown
Browse files

Fixed mistyping (thnx to Konstantin)


sql/sql_cache.cc:
  Fixed mistyping
parent 88880c0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;