• unknown's avatar
    Bug#18474 Unlistable directories yield no info from information_schema, part2 · c3d37c2b
    unknown authored
     - Improved solution by adding an else stetment so that do find next is avoided if erorr occurs, but we still return zero files found instaed of an error
    
    
    mysys/my_lib.c:
      Add else statment so that if a directory can't be read because of access denied it will be skipped and zero files returned.
      Use strnmov instead of strmov to avoid writing after end of buffer
    c3d37c2b
my_lib.c 18.3 KB