stasis-aries-wal/test/lladd
2004-07-31 00:27:55 +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 Fixed data corruption bug in the freelist implementation, and corrected lsn updates. 2004-07-30 02:07:41 +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 Implemented indirect pages, and fixed some bugs here and there. (Still need to add transactional support for indirect pages...) 2004-07-31 00:27:55 +00:00