Commit Graph

1578 Commits (bb6fd15a6ee2572fc7e1cb0f54c2647f3ba797f1)
 

Author SHA1 Message Date
Yueh-Hsuan Chiang bb6fd15a6e [Java] Add a basic binding and test for BackupableDB and StackableDB. 11 years ago
sdong 651792251a Fix bugs introduced by D17961 11 years ago
Igor Canadi ce353c2474 Nuke tools/shell 11 years ago
Igor Canadi 86ae8203e6 Fix ifdef NDEBUG 11 years ago
sdong fa430bfd04 Minimize accessing multiple objects in Version::Get() 11 years ago
Kai Liu e37dd216f9 Index type doesn't have to be persisted 11 years ago
Igor Canadi 62551b1c4e Don't compile sync_point if NDEBUG 11 years ago
sdong 5cef458a2c RocksDB 2.8 to be able to read files generated by 2.6 11 years ago
Igor Canadi 161d9e586b Don't overflow size_t in mac 11 years ago
Igor Canadi 5c12f27791 Remove tautological assert 11 years ago
Igor Canadi faf7691358 Close DB at the end of DontRollEmptyLogs test 11 years ago
Igor Canadi 1803ed2ccb Fix Mac OS compile 11 years ago
Igor Canadi 7d838856cf Fix compile issues when doing make release 11 years ago
sdong 0f40fe4bc7 When creating a new DB, fail it when wal_dir contains existing log files 11 years ago
Igor Canadi c166615850 Fix compile issues introduced by RocksDBLite 11 years ago
Igor Canadi 588bca2020 RocksDBLite 11 years ago
Igor Canadi 23c8f89b57 Revert "Don't compile ldb tool into static library" 11 years ago
Igor Canadi a347ffe92f Revert "Fix sst_dump and reduce_levels_test compile errors" 11 years ago
Igor Canadi d8f00b4109 Fix sst_dump and reduce_levels_test compile errors 11 years ago
Igor Canadi e296577ef6 Don't compile ldb tool into static library 11 years ago
Igor Canadi dbe0f327ca Set log_empty to false even when options.sync is off [fix tests] 11 years ago
Igor Canadi e6acb874cd Don't roll empty logs 11 years ago
sdong c87ed0942c Fix db_bench's multireadrandom 11 years ago
Yueh-Hsuan Chiang 118f88d25d Fix compile error in tailing_iter.h 11 years ago
Yueh-Hsuan Chiang 51f4b5090d [Java] Add SizeUnit in org.rocksdb.util to store const like KB, GB. 11 years ago
Yueh-Hsuan Chiang 31e7e7fe84 [JAVA] Add java binding for Options.block_cache. 11 years ago
Yueh-Hsuan Chiang 2885ad9b77 [JNI] Each set function of Options / WriteOptions now returns its option instance. 11 years ago
Igor Canadi be016613c2 Expose in memory Env to the world 11 years ago
Yueh-Hsuan Chiang 327102efa5 Fix merge_test failure due to incorrect assert behavior in the release mode. 11 years ago
Lei Jin 82b37a18bd thread local for tailing iterator 11 years ago
Lei Jin 539dd207df using thread local SuperVersion for NewIterator 11 years ago
sdong d5e087b6df db_bench: add a mode to operate multiple DBs 11 years ago
Igor Canadi 30aff72f77 Don't shadow in ColumnFamilyDescriptor 11 years ago
Lei Jin eba3fc644a make corruption_test:CompactionInputErrorParanoid deterministic 11 years ago
Igor Canadi 9433e359d1 Dont build version if compiling for IOS 11 years ago
Igor Canadi de41357a18 Don't dump rocksdb version on IOS 11 years ago
Lei Jin 0af36d6aa6 SeekRandomWhileWriting 11 years ago
Kai Liu e23e73e67c Use shorten index key for hash-index 11 years ago
Igor Canadi b3d7435b4e No shadow in public headers 11 years ago
Kai Liu 1405232b6d Temporarily disable a test case in db_test 11 years ago
Igor Canadi 6c0fc5d3ba Fix some InfoLogLevels 11 years ago
Yueh-Hsuan Chiang dfe2d2f3a2 [JNI] Add readwhilewriting to Java db_bench 11 years ago
Igor Canadi ddef6841b3 Renamed InfoLogLevel::DEBUG to InfoLogLevel::DEBUG_LEVEL 11 years ago
Kai Liu 75b59d5146 Enable hash index for block-based table 11 years ago
Lei Jin 7a92537fc4 db_bench: add IteratorCreationWhileWriting mode and allow prefix_seek 11 years ago
Yueh-Hsuan Chiang ca4fa2047e [Java] rename 'make jni' to 'make rocksdbjava' 11 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 11 years ago
sdong df2a8b6a1a Polish IterKey and use it in DBImpl::ProcessKeyValueCompaction() 11 years ago
Igor Canadi dc55903293 Improved CompressedCache 11 years ago
Lei Jin 4824014e3b speed up db_bench filluniquerandom mode 11 years ago