Below is the list of changes that have just been committed into a local
6.0 repository of . When does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-11-06 12:56:09-05:00, jas@rowvwade. +1 -0
Add FILE_FLAG_WRITE_THROUGH to SerialLog::open so serial log
blocks will actually get written on Windows.
storage/falcon/SerialLogFile.cpp@stripped, 2007-11-06 12:56:02-05:00, jas@rowvwade. +1 -1
Add FILE_FLAG_WRITE_THROUGH to SerialLog::open so serial log
blocks will actually get written on Windows.
diff -Nrup a/storage/falcon/SerialLogFile.cpp b/storage/falcon/SerialLogFile.cpp
--- a/storage/falcon/SerialLogFile.cpp 2007-11-02 18:20:46 -04:00
+++ b/storage/falcon/SerialLogFile.cpp 2007-11-06 12:56:02 -05:00
@@ -95,7 +95,7 @@ void SerialLogFile::open(JString filenam
0, // share mode
NULL, // security attributes
(create) ? CREATE_ALWAYS : OPEN_ALWAYS,
- FILE_FLAG_NO_BUFFERING | FILE_FLAG_RANDOM_ACCESS,
+ FILE_FLAG_NO_BUFFERING | FILE_FLAG_RANDOM_ACCESS | FILE_FLAG_WRITE_THROUGH,
0);
if (handle == INVALID_HANDLE_VALUE)
| Thread |
|---|
| • bk commit into 6.0 tree (jas:1.2672) | U-ROWVWADEjas | 6 Nov |