Commit Graph

1319 Commits (a73383e8ac1cc084c0ebe368640f96cfa2c3341a)
 

Author SHA1 Message Date
Igor Canadi 04d2c26e17 Add option verify_checksums_in_compaction 11 years ago
Lei Jin e5fa4944fc use CAS when returning SuperVersion to ThreadLocal 11 years ago
Igor Canadi ebe2527f9a Merge pull request #94 from yumiOS/modify_ftruncate_warning 11 years ago
Yumikiyo Osanai 056a0286d2 Modify the compile error about ftruncate() 11 years ago
Igor Canadi eec8695206 Delete local sv when destroying DB from stress test 11 years ago
Kai Liu 566f18e6ad More precise calculation of sub_index_size 11 years ago
sdong e1f52b6a22 Fix Valgrind error introduced by D16515 11 years ago
Igor Canadi 26ac5603f4 Truncate unused space on PosixWritableFile::Close() 11 years ago
Igor Canadi 9c8ad62691 DB Sanity Test 11 years ago
Kai Liu abeee9f2cb Make sure GetUniqueID releated tests run on "regular" storage 11 years ago
sdong ecb1ffa2a8 Buffer info logs when picking compactions and write them out after releasing the mutex 11 years ago
sdong 4405f3a000 Allow user to specify log level for info_log 11 years ago
Igor Canadi 8ca30bd51b Merge pull request #47 from mlin/kCompactionStopStyleSimilarSize 11 years ago
Lei Jin 04298f8c33 output perf_context in db_bench readrandom 11 years ago
Lei Jin 64138b5d9c fix db_bench to use HashSkipList for real 11 years ago
Lei Jin 51560ba755 config max_background_flushes in db_bench 11 years ago
Igor Canadi c0ccf43648 MergingIterator assertion 11 years ago
Igor Canadi 2b5155fb29 CloseDB in BackupableDBTest to make valgrind happy 11 years ago
sdong e8ecca9e86 CleanupIteratorState() only to initialize DeletionState when super version cleanup needed 11 years ago
kailiu a01bda0997 Fix a buggy assert 11 years ago
Lei Jin a5b1d2f146 make key evenly distributed between 0 and FLAGS_num 11 years ago
Igor Canadi e3f396f1ea Some fixes to BackupableDB 11 years ago
kailiu a1d56e73ec Uncomment the unit tests in table test 11 years ago
kailiu 906f3dca72 Add a hash-index component for block 11 years ago
kailiu 6b9da48a03 Get rid of all optimization flags in debug mode 11 years ago
sdong f0ee2356af Fix issue with iterator operations in this order: Prev(), Seek(), Prev() 11 years ago
Igor Canadi 5142b37000 Fix a group commit bug in LogAndApply 11 years ago
Igor Canadi 97eddef235 Reopen DB in crash test 11 years ago
kailiu 1aeafeccac Make the Create() function comform the convention 11 years ago
Kai Liu 16d4e45c12 Fix the memory leak in table index 11 years ago
Kai Liu ff151132b3 Fix the unit test failure in devbox 11 years ago
kailiu 74939a9e13 Make the block-based table's index pluggable 11 years ago
kailiu bf86af5174 Remove the terrible hack in for flush_block_policy_factory 11 years ago
Igor Canadi 58ca641d53 Make Log::Reader more robust 11 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 11 years ago
Kai Liu 6ba1084f24 Fix some compilation bugs in different platforms 11 years ago
Kai Liu 99e4b40a55 Fix the [-Werror=sign-compare] issues 11 years ago
Yueh-Hsuan Chiang 9a7b74954f Refine the checks in InfoLogLevel test. 11 years ago
Lei Jin ad0c3747cb cache SuperVersion in thread local storage to avoid mutex lock 11 years ago
kailiu e41c060a06 Make sure logger is safely released in `InfoLogLevel` 11 years ago
kailiu 444cafc28c Fix inconsistent code format 11 years ago
sdong a04dbf6e49 PlainTable::Next() should pass the error message from ReadKey() 11 years ago
Yueh-Hsuan Chiang ccaedd16d4 Enable log info with different levels. 11 years ago
Lei Jin b2795b799e thread local pointer storage 11 years ago
Igor Canadi 4209516359 Schedule flush when waiting on flush 11 years ago
Lei Jin dea894ef8d expose wal_dir in db_bench 11 years ago
Igor Canadi a8c1f2970d Merge pull request #90 from alberts/morecapi 11 years ago
Albert Strasheim 72aacf6b96 A few more C API functions. 11 years ago
Igor Canadi 6ed450a58c DeleteFile should schedule Flush or Compaction 11 years ago
Igor Canadi 2bf1151a25 Fix C API 11 years ago