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/innobase | |
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/innobase')
-rw-r--r-- | VC++Files/innobase/innobase.dsp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/VC++Files/innobase/innobase.dsp b/VC++Files/innobase/innobase.dsp index 0c2b656f043..2018b15be82 100644 --- a/VC++Files/innobase/innobase.dsp +++ b/VC++Files/innobase/innobase.dsp @@ -7,21 +7,21 @@ CFG=INNOBASE - WIN32 RELEASE !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 "innobase.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 "innobase.mak" CFG="INNOBASE - WIN32 RELEASE" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "innobase - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "innobase - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "innobase - Win32 nt" (based on "Win32 (x86) Static Library") !MESSAGE "innobase - Win32 Max nt" (based on "Win32 (x86) Static Library") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -126,7 +126,7 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"..\lib_release\innodb.lib" # ADD LIB32 /nologo /out:"..\lib_release\innodb.lib" -!ENDIF +!ENDIF # Begin Target |