mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
[t:3907], fix compile of gcc optimized
git-svn-id: file:///svn/toku/tokudb@34219 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
757fe0ae20
commit
23a98e0de8
1 changed files with 2 additions and 0 deletions
|
@ -1353,7 +1353,9 @@ static int maybe_flush_some (CACHETABLE ct, long size) {
|
|||
// We must detect this case otherwise we will end up in an infinite loop below.
|
||||
//
|
||||
CACHEKEY curr_cachekey;
|
||||
curr_cachekey.b = INT64_MAX; // create initial value so compiler does not complain
|
||||
FILENUM curr_filenum;
|
||||
curr_filenum.fileid = UINT32_MAX; // create initial value so compiler does not complain
|
||||
BOOL set_val = FALSE;
|
||||
|
||||
while ((ct->head) && (size + ct->size_current > ct->size_limit + ct->size_evicting)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue