mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix numerous warnings introduced in the last pushes on Windows
This commit is contained in:
@ -1724,7 +1724,7 @@ bool JOIN::shrink_join_buffers(JOIN_TAB *jt,
|
||||
DBUG_ASSERT(cache);
|
||||
if (needed_space < cache->get_min_join_buffer_size())
|
||||
return TRUE;
|
||||
cache->set_join_buffer_size(needed_space);
|
||||
cache->set_join_buffer_size((size_t)needed_space);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user