Fixes bug #11815. Convert file path to UNIX format to build correct query

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.
This commit is contained in:
unknown 2005-08-30 22:19:15 +04:00
commit bffb5d0048
4 changed files with 9 additions and 1 deletions