stasis-aries-wal/test/lladd
2004-07-30 01:28:39 +00:00
..
check_blobRecovery.c Moved page.h and some of the logging headers out of the public API. 2004-07-14 21:25:59 +00:00
check_bufferManager.c Blobs are now re-entrant. 2004-07-26 20:37:04 +00:00
check_lht.c Initial revision 2004-06-24 21:10:31 +00:00
check_logEntry.c Cleaning up bufferManager / page for locking. Want to limit access to the Page struct. 2004-07-14 20:49:18 +00:00
check_logWriter.c Moved page.h and some of the logging headers out of the public API. 2004-07-14 21:25:59 +00:00
check_operations.c bufferMananger is (really!) re-entrant now, performed big refactoring to prevent deadlocks, check_transactional2 ran overnight without coring, w/ 25 threads, and 10000 allocate/write/reads per thread. (The whole test suite was run in a loop...) 2004-07-23 20:21:44 +00:00
check_page.c Rewrote / refactored page.h. Now, it uses a freelist to reclaim slotid's within a page, and is implemented as two seperate modules. The first handles lsn's, and (will soon) check the type of each page, and then delegate work to a particular implementation of the second module. 2004-07-30 01:28:39 +00:00
check_recovery.c Moved page.h and some of the logging headers out of the public API. 2004-07-14 21:25:59 +00:00
check_transactional2.c Rewrote / refactored page.h. Now, it uses a freelist to reclaim slotid's within a page, and is implemented as two seperate modules. The first handles lsn's, and (will soon) check the type of each page, and then delegate work to a particular implementation of the second module. 2004-07-30 01:28:39 +00:00
Makefile.am O_DIRECT (sort of...) 2004-07-27 21:30:54 +00:00