1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -1230,7 +1230,7 @@ uint JOIN_CACHE::write_record_data(uchar * link, bool *is_full)
/* Make an adjustment for the size of the auxiliary buffer if there is any */
uint incr= aux_buffer_incr(records);
ulong rem= rem_space();
size_t rem= rem_space();
aux_buff_size+= len+incr < rem ? incr : rem;
/*