diff options
author | unknown <guilhem@mysqlwin32.> | 2008-02-11 14:48:03 +0100 |
---|---|---|
committer | unknown <guilhem@mysqlwin32.> | 2008-02-11 14:48:03 +0100 |
commit | 3057378698df31f2a7dc43878ae1e71eaa1a72e1 (patch) | |
tree | 9b0e4d6e4035dc0529f569deb461e4265b0788ce /libmysql_r | |
parent | e9a89f123ea45c255a91e3b258acba0b61701e82 (diff) | |
download | mariadb-git-3057378698df31f2a7dc43878ae1e71eaa1a72e1.tar.gz |
Fix for failures of ma_control_file-t, ma_test_loghandler_purge-t,
ma_test_loghandler_pagecache-t on Windows.
storage/maria/ma_control_file.c:
stat() is unreliable on Windows (does not reflect process' own writes)
storage/maria/ma_loghandler.c:
translog_set_lsn_for_files() didn't close its file descriptor; it was
a real problem as non-closed files could not be purged.
Same for translog_truncate_log() in case of error.
storage/maria/unittest/ma_test_loghandler_pagecache-t.c:
stat() is unreliable on Windows (does not reflect process' own writes)
Diffstat (limited to 'libmysql_r')
0 files changed, 0 insertions, 0 deletions