diff options
author | SergeyV@selena. <> | 2005-08-30 22:19:15 +0400 |
---|---|---|
committer | SergeyV@selena. <> | 2005-08-30 22:19:15 +0400 |
commit | 3fdd500288358b391853a3ec2cb5aaf117fadf22 (patch) | |
tree | ac311a4aecc39e29d6e0f0a5597766f91d550488 /VC++Files | |
parent | c019e40ff0b05bc7233fbfbd4a8ce37a4673664b (diff) | |
download | mariadb-git-3fdd500288358b391853a3ec2cb5aaf117fadf22.tar.gz |
Fixes bug #11815. Convert file path to UNIX format to build correct query
string while replicating LOAD DATA INFILE statement.
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/mysys/mysys.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VC++Files/mysys/mysys.dsp b/VC++Files/mysys/mysys.dsp index e239318d54d..230c2221b6e 100644 --- a/VC++Files/mysys/mysys.dsp +++ b/VC++Files/mysys/mysys.dsp @@ -317,6 +317,10 @@ SOURCE=.\mf_tempfile.c # End Source File # Begin Source File +SOURCE=.\mf_unixpath.c +# End Source File +# Begin Source File + SOURCE=.\mf_wcomp.c # End Source File # Begin Source File |