We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d834cd commit dafbd50Copy full SHA for dafbd50
unittest/sql/mf_iocache-t.cc
@@ -326,7 +326,7 @@ void mdev17133()
326
MY_MIN(sizeof(buf_o),
327
info.end_of_file + eof_block_size +
328
// plus 25% of block for randomization to the average
329
- (eof_block_size/4 - rand() % (eof_block_size/2)));
+ eof_block_size/4 - rand() % (eof_block_size/2));
330
331
// read a chunk by blocks of variable size read_iter times
332
// the last block completes the current chunk
0 commit comments