• Rainer Orth's avatar
    MDEV-15064: IO_CACHE mysys read_pos, not libmaria rc_pos · 73bf6246
    Rainer Orth authored
    It seems some overly tolerant compilers (gcc) allow the structure
    of IO_CACHE that is defined differently in libmaria to have
    members equalivance to the iocache in mysys.
    
    More strict Solaris compilers recognise that rc_pos really
    isn't a structure member and won't compile.
    73bf6246
mf_iocache.c 64.1 KB