stasis-aries-wal/test/lladd
2004-07-21 02:13:28 +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 bufferMananger is *really* reentrant now! (I think) However, the same thread may not load a page more than once. So, LLADD has to be altered so that it never calls loadPage() more than once per operation (more efficient), and/or pin/unpin need to be implemented. An easy way to do pin/unpin is to have them pull things out of the cache replacement list, and then re-insert them. 2004-07-21 02:13:28 +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* reentrant now! (I think) However, the same thread may not load a page more than once. So, LLADD has to be altered so that it never calls loadPage() more than once per operation (more efficient), and/or pin/unpin need to be implemented. An easy way to do pin/unpin is to have them pull things out of the cache replacement list, and then re-insert them. 2004-07-21 02:13:28 +00:00
check_page.c pageCache.c is now re-entrant. 2004-07-20 00:15:17 +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 bufferMananger is *really* reentrant now! (I think) However, the same thread may not load a page more than once. So, LLADD has to be altered so that it never calls loadPage() more than once per operation (more efficient), and/or pin/unpin need to be implemented. An easy way to do pin/unpin is to have them pull things out of the cache replacement list, and then re-insert them. 2004-07-21 02:13:28 +00:00
Makefile.am pageCache.c is now re-entrant. 2004-07-20 00:15:17 +00:00