summaryrefslogtreecommitdiff
path: root/VC++Files/myisamlog
diff options
context:
space:
mode:
authormonty@mysql.com <>2003-11-22 03:21:40 +0200
committermonty@mysql.com <>2003-11-22 03:21:40 +0200
commitd87494c5acf1b0e03cb3848b3e588c1d0259b44f (patch)
treef843dfed18127f94f90e6cffa6456e545f7b6b57 /VC++Files/myisamlog
parentd08945498e44acb968d1aab6d269d9b1874246e6 (diff)
downloadmariadb-git-d87494c5acf1b0e03cb3848b3e588c1d0259b44f.tar.gz
Don't flush cur_log (relay log) on flush_relay_log_info becasue this crashes the server if cur_log is 'hot' and the io_thread has changed log file.
Updated project files for windows Made rpl_change_master.test portable Ensure that mutex are not freed if not initilized
Diffstat (limited to 'VC++Files/myisamlog')
-rw-r--r--VC++Files/myisamlog/myisamlog.dsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/VC++Files/myisamlog/myisamlog.dsp b/VC++Files/myisamlog/myisamlog.dsp
index 6df65add63c..f251712127b 100644
--- a/VC++Files/myisamlog/myisamlog.dsp
+++ b/VC++Files/myisamlog/myisamlog.dsp
@@ -42,7 +42,8 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR /FD /c
+# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FD /c
+# SUBTRACT CPP /WX /Fr
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe