mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@ -93,7 +93,7 @@ IO_CACHE info;
|
||||
#define CACHE_SIZE 16384
|
||||
|
||||
#define INFO_TAIL ", pos_in_file = %llu, pos_in_mem = %lu", \
|
||||
info.pos_in_file, (ulong) (*info.current_pos - info.request_pos)
|
||||
info.pos_in_file, (ulong) ((info.type == READ_CACHE ? info.read_pos : info.write_pos) - info.request_pos)
|
||||
|
||||
#define FILL 0x5A
|
||||
|
||||
|
Reference in New Issue
Block a user