← Back to team overview

sysbench-developers team mailing list archive

Re: [Merge] lp:~ignacio-nin/sysbench/0.5-bug1262178 into lp:sysbench

 

Review: Approve

According to http://msdn.microsoft.com/en-us/library/windows/desktop/aa366563%28v=vs.85%29.aspx the return value of FlushViewOfFile differs from the UNIX paragidm, i.e. zero on error and a nonzero value on success. So the Windows codepath should be 

return !FlushViewOfFile(...);

I will fix it in the merge.
-- 
https://code.launchpad.net/~ignacio-nin/sysbench/0.5-bug1262178/+merge/199448
Your team sysbench-developers is subscribed to branch lp:sysbench.


Follow ups

References