Sears Russell
|
b06e3daf1b
|
Should now be silent during normal operation.
|
2006-10-04 04:41:53 +00:00 |
|
Sears Russell
|
986ee57020
|
More fixes to prevent tardis from running out of disk space.
|
2006-09-25 22:27:13 +00:00 |
|
Sears Russell
|
3a43450477
|
Force in-flight page file writes to disk before truncating. (Needed if
O_DIRECT isn't in use.)
Changed diagnostic messages to go to stderr.
|
2006-08-10 23:52:48 +00:00 |
|
Sears Russell
|
24a5da9648
|
Fixed deprecated volatile static declaration (-> static volatile)
|
2006-06-13 22:43:58 +00:00 |
|
Sears Russell
|
a11fbdd9e6
|
Did away with slottedPreRallocFromPage.
|
2006-06-13 20:00:46 +00:00 |
|
Sears Russell
|
cef9e2c4ce
|
Added settings for longer-running tests
|
2006-06-12 22:45:41 +00:00 |
|
Sears Russell
|
e0b34633ec
|
Fixed broken min_rec_lsn() semantics; before, if there were not outstanding transactions / writes,
then these calls would return flushedLSN(). The problem was that flushedLSN wasn't guaranteed to
return a pointed to the beginning of a log entry.
|
2006-06-12 21:50:21 +00:00 |
|
Sears Russell
|
7bb0ce0d17
|
Fixed truncation bug (truncation is more aggressive now), and added more debugging info.
|
2006-06-12 20:55:49 +00:00 |
|
Sears Russell
|
27f7df6f09
|
Fixed races on flushedLSN and page->dirty.
|
2006-06-12 20:05:28 +00:00 |
|
Sears Russell
|
0649f179b3
|
Got rid of the ~1 second delay on exit.
|
2006-05-30 22:59:22 +00:00 |
|
Sears Russell
|
b5d578f4e0
|
Fixed remaining warnings, got rid of alTupdate
|
2006-05-25 20:08:12 +00:00 |
|
Sears Russell
|
8b54b0d265
|
No longer attempts to truncate when long transactions prevent it from
being useful...
|
2006-05-24 23:21:33 +00:00 |
|
Sears Russell
|
2e06cafaa8
|
|
2006-05-24 02:19:04 +00:00 |
|
Sears Russell
|
4c168d8fb2
|
Fixed truncation bugs, and a minor test case bug.
|
2006-05-22 23:59:02 +00:00 |
|
Sears Russell
|
f06159b3cd
|
forgot to add these...
|
2006-05-19 20:17:44 +00:00 |
|