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/myisamlog | |
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/myisamlog')
-rw-r--r-- | VC++Files/myisamlog/myisamlog.dsp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/VC++Files/myisamlog/myisamlog.dsp b/VC++Files/myisamlog/myisamlog.dsp index efc43914759..bbb6739cb16 100644 --- a/VC++Files/myisamlog/myisamlog.dsp +++ b/VC++Files/myisamlog/myisamlog.dsp @@ -7,19 +7,19 @@ CFG=myisamlog - 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 "myisamlog.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 "myisamlog.mak" CFG="myisamlog - Win32 Debug" -!MESSAGE +!MESSAGE !MESSAGE Possible choices for configuration are: -!MESSAGE +!MESSAGE !MESSAGE "myisamlog - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "myisamlog - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE +!MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 @@ -79,7 +79,7 @@ LINK32=link.exe # ADD LINK32 kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"debug/myisamchk.pdb" /debug /machine:I386 /out:"../client_debug/myisamlog.exe" /pdbtype:sept # SUBTRACT LINK32 /pdb:none -!ENDIF +!ENDIF # Begin Target |