diff options
author | monty@mysql.com <> | 2003-11-22 03:21:40 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-22 03:21:40 +0200 |
commit | d87494c5acf1b0e03cb3848b3e588c1d0259b44f (patch) | |
tree | f843dfed18127f94f90e6cffa6456e545f7b6b57 /VC++Files/myisamlog | |
parent | d08945498e44acb968d1aab6d269d9b1874246e6 (diff) | |
download | mariadb-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.dsp | 3 |
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 |