• unknown's avatar
    Fixes bug #11815. Convert file path to UNIX format to build correct query · 111fdcdd
    unknown authored
    string while replicating LOAD DATA INFILE statement.
    
    
    VC++Files/mysys/mysys.dsp:
      added mf_unixpath.c into mysys.dsp
    include/my_sys.h:
      Added an option for fn_format function to convert path from system representation
      to UNIX format.
    mysys/mf_format.c:
      Added an option for fn_format function to convert path from system
      representation to UNIX format.
    sql/log_event.cc:
      Convert file path to UNIX format to build correct query string while replicating
      LOAD DATA INFILE statement.
    111fdcdd
my_sys.h 34.6 KB