Commit Graph

6386 Commits (23c7d135405ec14618e6e85f95c0582b9049eaa6)
 

Author SHA1 Message Date
Yueh-Hsuan Chiang 385b416008 Merge pull request #764 from dmittendorf/fix-java-static-packaging 9 years ago
Yueh-Hsuan Chiang 7062d0ea68 Make perf_context.db_mutex_lock_nanos and db_condition_wait_nanos only measures DB Mutex 9 years ago
Islam AbdelRahman 1fe78a4073 Fix tests failing in ROCKSDB_LITE 9 years ago
Praveen Rao a6efefef79 Fix format specifiers 9 years ago
Praveen Rao f7b2a7b40b Fix format specifiers 9 years ago
Islam AbdelRahman 7f58ff7c31 Remove db_impl_debug from release build 9 years ago
dmittendorf 1ddd91cd2c Fixed packaging of java crossbuild jar by forcing all compiled binaries to be output to the java/target directory. The uber crossbuild jar is then assembled within the java/target directory. 9 years ago
Praveen Rao eb24178553 merge from master 9 years ago
Islam AbdelRahman c64ae05b1c Move TEST_NewInternalIterator to NewInternalIterator 9 years ago
Praveen Rao 59a0c219bb Adding log filter to inspect and filter log records on recovery 9 years ago
Igor Canadi 0be50ed12c Merge pull request #763 from PraveenSinghRao/lockfix 9 years ago
Praveen Rao a1d37602a0 Fixing mutex to not use unique_lock 9 years ago
James Lent 9e819d0963 Modify the way java static builds are done so that: 9 years ago
Venkatesh Radhakrishnan f1fdf5205b Clean up dependency: Move db_test_util.* to db directory 9 years ago
Yueh-Hsuan Chiang 2379944093 Fixed an incorrect replace of const value in util/options_helper.cc 9 years ago
Yueh-Hsuan Chiang 0bb8ea56be [RocksDB Options File] Add TableOptions section and support BlockBasedTable 9 years ago
James Lent 4a7970d751 Modify the way java static builds are done so that: 9 years ago
Yueh-Hsuan Chiang c4366165e7 Merge pull request #759 from jwlent55/statically-load-compression-libraries 10 years ago
Alexey Maykov fa4b5b3db8 Fix for the travis build caused by my previous commit 10 years ago
Alexey Maykov 3d07b815f6 Passing table properties to compaction callback 10 years ago
krad 64546af83e Adding parser to CI jobs 10 years ago
agiardullo def74f8763 Deferred snapshot creation in transactions 10 years ago
agiardullo c5f3707d42 DisableIndexing() for Transactions 10 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 10 years ago
James Lent 5a7222782a Ensure that the compression libraries are statically linked into dynamic libraries included 10 years ago
sdong e61d9c1484 Make DBTest.AggregatedTableProperties more deterministic 10 years ago
sdong b77eb16aba New Manifest format to allow customized fields in NewFile. 10 years ago
Igor Canadi 6732a5765d Merge pull request #756 from viveknelamangala/master 10 years ago
Vivek Nelamangala a52888ed00 Install snappy headers to standard locations using yum, so that build_tools/build_detect_platform sets -DSNAPPY flag to g++ . Current jars of rocksdb do no have snappy compression avaliable . 10 years ago
Igor Canadi 831101b5fa Make it harder for users to run debug builds in production 10 years ago
sdong 000836a880 CompactionFilter::Context to contain column family ID 10 years ago
Yueh-Hsuan Chiang 3a0bf873b5 Change RocksDB version to 4.1 10 years ago
krad 77318ee14b Enable crash CI jobs 10 years ago
Igor Canadi 9803e0d813 compaction_filter.h cleanup 10 years ago
Islam AbdelRahman 51fa7ecec5 Bytes read/written from cache statistics 10 years ago
Igor Canadi f925208ffc Create Makefile target unity_test 10 years ago
dyniusz a065cdb388 bloom hit/miss stats for SST and memtable 10 years ago
Igor Canadi 40cdf797d2 Fix compile error on platforms without fallocate() 10 years ago
Igor Canadi 77e4ad7ce2 Fix compile failure on Travis 10 years ago
Lakshmi Narayanan 4049bcde39 Added boolean variable to guard fallocate() calls 10 years ago
Igor Canadi aadf49fe6b Travis shouldn't fail when clang-format suggests improvements 10 years ago
Igor Canadi d80ce7f99a Compaction filter on merge operands 10 years ago
krad 726d9ce1a6 Disabling unity 10 years ago
dyniusz 0267502655 Support for LevelDB SST with .ldb suffix 10 years ago
Siying Dong 5855cdb6d0 Merge pull request #750 from yuslepukhin/fixup_build_options 10 years ago
Igor Canadi 7bbe10c013 Merge pull request #751 from yuslepukhin/return_noerror 10 years ago
Dmitri Smirnov e95b703b7f Mmap reads should not return error if reading past file 10 years ago
Dmitri Smirnov 25c58a2040 Add shared_linked DEBUG flag, remove port from among the include directories. 10 years ago
krad 60b1c0a701 Fix to CI job definition 10 years ago
Islam AbdelRahman 9babaeed16 Update dump_tool and undump_tool to accept Options 10 years ago