.. |
fault_injection
|
reordered includes for compatibility with gcc3
|
2010-01-21 00:03:17 +00:00 |
.cvsignore
|
Updated svn:ignore.
|
2007-10-03 01:52:41 +00:00 |
check_allocationPolicy.c
|
fix some header #include problems
|
2011-02-22 19:12:38 +00:00 |
check_blobRecovery.c
|
check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees
|
2009-05-30 02:23:17 +00:00 |
check_boundedLog.c
|
bugfixes + support for hard limits on log size
|
2009-10-08 22:48:58 +00:00 |
check_bTree.c
|
initial opensolaris port
|
2009-11-29 03:22:36 +00:00 |
check_bufferManager.c
|
dbug mode for buffer manager - run with two threads, and a handful of ops/thread
|
2011-02-07 23:53:20 +00:00 |
check_compensations.c
|
initial opensolaris port
|
2009-11-29 03:22:36 +00:00 |
check_concurrentHash.c
|
one line fix to concurrentHashTable, plus documentation and improved unit tests.
|
2011-02-15 02:57:19 +00:00 |
check_concurrentRingbuffer.c
|
new data structures: min aggregate and concurrent ringbuffer
|
2011-04-14 23:03:20 +00:00 |
check_dirtyPageTable.c
|
shorten dirtyPageTable test.
|
2010-01-22 23:39:42 +00:00 |
check_errorHandling.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_groupBy.c
|
in-memory group by implementation
|
2009-07-01 01:33:24 +00:00 |
check_header.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_io.c
|
add "raid1" a simple mirroring I/O handle implementation
|
2010-12-03 03:51:24 +00:00 |
check_iterator.c
|
dependency cleanups; removed compenastions from alloc.c
|
2009-08-22 00:01:02 +00:00 |
check_lhtable.c
|
check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees
|
2009-05-30 02:23:17 +00:00 |
check_linearHash.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_linearHashNTA.c
|
Fix bug in LinearHashNTA: inserting over an old key, then aborting set deleted the old key instead of restoring it to its original value
|
2010-09-01 04:01:20 +00:00 |
check_linkedListNTA.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_lockManager.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_logEntry.c
|
more log refactoring. safeWrites now holds a latch across reserve_entry, write_entry, and write_entry_done
|
2010-01-19 02:14:09 +00:00 |
check_logWriter.c
|
add firstPendingEntry call to log API, use finer grained latches in Tupdate().
|
2011-04-01 17:25:46 +00:00 |
check_lsmTree.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_multiplexer.c
|
fix deadlock in check_multiplexer.
|
2010-01-21 21:53:18 +00:00 |
check_operations.c
|
relaxed page latching requirements; page.c, and dirtyPageTable no longer check / rely on holding rwlatch; removed (now) unnecessary latching from unit tests
|
2010-08-06 00:19:19 +00:00 |
check_page.c
|
add latch-free slotted pages, and a bug-fix in page.c
|
2010-09-17 01:10:42 +00:00 |
check_pageOperations.c
|
Move page type to Page_s struct. This breaks indirect.c (which is poorly thought out, and will be removed shortly), and was the next step on the road to segment-based recovery
|
2009-07-07 19:20:22 +00:00 |
check_pageOrientedList.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_rangeTracker.c
|
check for page leaks at shutdown; move myrandom() into check_includes.h, fix a number of page leaks / double frees
|
2009-05-30 02:23:17 +00:00 |
check_recovery.c
|
test TsoftCommit(); make sure it works when TforceCommits() is called, and when Tdeinit() is called
|
2010-01-21 18:57:58 +00:00 |
check_redblack.c
|
dbug stuff. for now, you have to edit cmakelists.txt to set the location of dbug.
|
2011-02-14 22:09:57 +00:00 |
check_regions.c
|
Added concept of "transaction fingerprints"
|
2010-02-18 19:12:46 +00:00 |
check_replacementPolicy.c
|
fix null pointer derefence in lruFast.c; add unit tests to check for this bug
|
2010-04-21 21:34:00 +00:00 |
check_ringbuffer.c
|
centralized #include <check.h>, removed obsolete (uncompiled) unit test.
|
2009-04-14 20:21:05 +00:00 |
check_transactional2.c
|
short circuit no-op aborted transactions; add unit test for no-op commits and aborts
|
2011-01-05 19:10:57 +00:00 |
CMakeLists.txt
|
new data structures: min aggregate and concurrent ringbuffer
|
2011-04-14 23:03:20 +00:00 |
Makefile.am
|
add dirtyPageTable unit test
|
2009-08-05 19:51:46 +00:00 |