• unknown's avatar
    Fix for BUG#4375: Windows specific directories are copied · b59d5656
    unknown authored
     during replication.
     Modified my_dir(). Now this function skips hidden and system
     files which sometimes are created by Windows.
     NOTE. The fix is similar to the previuos one (05 July 2004)
     except for correct setting of the 'attrib' variable value
     (within the previous fix this variable was left uninitialized
     when my_dir() was called with My_flags & MY_WANT_STAT == 0).
    
    
    mysys/my_lib.c:
      Modified my_dir().
       Now this function skips hidden and system files
       which sometimes are created by Windows.
    b59d5656
my_lib.c 17.8 KB