• cmiller@zippy.cornsilk.net's avatar
    Bug#25807: LOAD DATA INFILE does not work with Pipes · 9e9dd432
    cmiller@zippy.cornsilk.net authored
    Showstopper and regression against 5.0.24.
    
    Previously, we ignored seek() errors (see Bug#22828) and let seek()s
    against pipes fail.  Now, since we check that a seek didn't fail,
    and return without reading, this bug popped up.
    
    This restores the behavior for file-ish objects that could never be 
    seek()ed.
    9e9dd432
mf_iocache.c 57.5 KB