diff options
author | monty@narttu.mysql.fi <> | 2003-02-28 22:24:00 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-28 22:24:00 +0200 |
commit | e8aa21c8d30c11b5dabd31cc90c59f49049a04a1 (patch) | |
tree | d537e0166ddcfafa848c4a7753e9554d268108c7 /VC++Files/myisammrg | |
parent | c908b0ed16fc689854bd3c8216596d064ee96fdb (diff) | |
download | mariadb-git-e8aa21c8d30c11b5dabd31cc90c59f49049a04a1.tar.gz |
LOAD DATA INFILE is not replicated if replicate_*_table is set
LOAD DATA LOCAL INFILE was not replicated correctly
Diffstat (limited to 'VC++Files/myisammrg')
-rw-r--r-- | VC++Files/myisammrg/myisammrg.dsp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/VC++Files/myisammrg/myisammrg.dsp b/VC++Files/myisammrg/myisammrg.dsp index e8f86dac0e8..9363bd63e62 100644 --- a/VC++Files/myisammrg/myisammrg.dsp +++ b/VC++Files/myisammrg/myisammrg.dsp @@ -7,19 +7,19 @@ CFG=myisammrg - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "myisammrg.mak". -!MESSAGE +!MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE +!MESSAGE !MESSAGE NMAKE /f "myisammrg.mak" CFG="myisammrg - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "myisammrg - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "myisammrg - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -75,7 +75,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib_Debug\myisammrg.lib" -!ENDIF +!ENDIF # Begin Target |