Commit Graph

1252 Commits (b9c78d2db6cbd15c87146c915b27375a41495a7d)
 

Author SHA1 Message Date
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
sdong 01c27be5fb A simple benchmark to measure WAL append latency 11 years ago
Igor Canadi 18a7cdfba0 Merge pull request #82 from tecbot/api-enhancements 11 years ago
Kai Liu c9244dcba6 Update the instruction to build shared library 11 years ago
Thomas Adam ce2b1f7b44 added a test case for custom merge operator 11 years ago
Thomas Adam 68248a2ac5 added a delete method for custom filter policy and merge operator to make it possible to override the cleanup behaviour of the return value 11 years ago
Lei Jin d45d17b2a3 allow lambda function syntax in cpplint 11 years ago
Igor Canadi 15ac5ad1f6 Update to CONTRIBUTING.md 11 years ago
sdong b2d29675c8 Add a test in prefix_test to verify correctness of results 11 years ago
Kai Liu 2b205b35d8 Disable putting filter block to block cache 11 years ago
Thomas Adam d74c9b79ea Enhancements to the API 11 years ago
sdong e90d3f7752 First Transaction Logs Should Not Skip Storage Options Given 11 years ago
kailiu 83e7842f80 Improve the check for header guard 11 years ago
Kai Liu 78ce24a709 Fix the lint issues in dev box 11 years ago
Igor Canadi be7e273d83 fix u/s comparison #83 11 years ago
kailiu 46812f68c3 Improve/fix bugs for the cpp linter 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Kai Liu b2e7ee8b41 Followup code refactor on plain table 11 years ago