1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed high-impact Windows 64bit warnings (at least 4000 of them)

This commit is contained in:
Vladislav Vaintroub
2011-02-19 13:43:01 +01:00
parent 28cb3b85b9
commit 70a7e97e3c
6 changed files with 9 additions and 9 deletions

View File

@ -1706,7 +1706,7 @@ bool JOIN::shrink_join_buffers(JOIN_TAB *jt,
cache= tab->cache;
if (cache)
{
ulong buff_size;
size_t buff_size;
if (needed_space < cache->get_min_join_buffer_size())
return TRUE;
if (cache->shrink_join_buffer_in_ratio(curr_space, needed_space))