1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Changed relay_log_space to ulonglong

Removed compiler warnings.
This commit is contained in:
monty@hundin.mysql.fi
2002-08-23 15:14:01 +03:00
parent d3484f889a
commit 7dac7062fa
12 changed files with 34 additions and 45 deletions

View File

@@ -2042,7 +2042,6 @@ Query_cache::get_free_block(ulong len, my_bool not_less, ulong min)
if (bins[start].number != 0)
{
Query_cache_block *list = bins[start].free_blocks;
ulong max_len = list->prev->length;
if (list->prev->length >= len) // check block with max size
{
first = list;