1
0
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:
Monty
2016-06-24 02:25:14 +03:00
parent ec38c7e60b
commit 4dc5075860
54 changed files with 312 additions and 264 deletions

View File

@ -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