mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fixed compiler warnings and test failures found by buildbot
Fixed ccfilter to detect errors where the column is included in the error message
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, (*info.current_pos - info.request_pos)
|
||||
info.pos_in_file, (ulong) (*info.current_pos - info.request_pos)
|
||||
|
||||
#define FILL 0x5A
|
||||
|
||||
|
Reference in New Issue
Block a user