Commit Graph

3426 Commits (6a5ffee0cc731906722dbe1001555e2d6522756b)
 

Author SHA1 Message Date
Adam Retter 30e93c9b9c Merge pull request #505 from fyrz/RocksJava-Redundant-Modifier 10 years ago
Igor Canadi 217854dc4a Introduce DISABLE_WARNING_AS_ERROR in Makefile 10 years ago
Igor Canadi bd339a9798 Unused managed iterator 10 years ago
stash93 174a79c993 LevelDb include guard replaced with #pragma once 10 years ago
Igor Sugak 6fdda8ac4d rocksdb: changes to support 'make analyze' in Jenkins 10 years ago
Jinfu Leng 96d989f70d catch config errors with L0 file count triggers 10 years ago
Igor Sugak 62f7a1be4f rocksdb: Fixed 'Dead assignment' and 'Dead initialization' scan-build warnings 10 years ago
Igor Canadi 5636c4a80b Verbose build in travis 10 years ago
krad a047409ae9 Fixed a bug in the test case 10 years ago
Jim Meyering 4f514a53d6 build: enable more compiler warnings 10 years ago
Jim Meyering a2b911b63f inputs: restore "const" attribute removed by D33759 10 years ago
Jim Meyering 1b4082581c mark as unused some variables with cpp-derived names 10 years ago
Jim Meyering c6d54b5037 fix erroneous assert: cast kBlockSize (of type unsigned int) to "int" 10 years ago
Jim Meyering aa5d8e6d95 table_test.cc: add missing 5th arg in TestArgs initializer 10 years ago
Jim Meyering c37937a9ce maint: remove extraneous "const" attribute from return type 10 years ago
Jim Meyering 9283c7afd2 build: remove always-true assertions 10 years ago
Islam AbdelRahman 06a766de56 Adding Flush to AutoRollLogger 10 years ago
Igor Canadi 92416fa7f2 Fix mac build 10 years ago
Igor Canadi 96ab15d306 GetOptionsFromString + fixes to block_based_table_options 10 years ago
Igor Sugak 73711f956c rocksdb: Fix scan-build bug 'Memory leak' in db/db_bench.cc 10 years ago
Igor Sugak 98870c7b9c rocksdb: Fix scan-build memory warning in table/block_based_table_reader.cc 10 years ago
Jim Meyering a42324e370 build: do not relink every single binary just for a timestamp 10 years ago
sdong d45a6a4002 Add rocksdb.num-live-versions: number of live versions 10 years ago
Jim Meyering 11581b7415 build: abbreviate AR command, too 10 years ago
Igor Canadi b8ac71ba18 Revert "Fbson to Json" 10 years ago
stash93 7ce1b2c19c Fbson to Json 10 years ago
Venkatesh Radhakrishnan 7d817268b9 Managed iterator 10 years ago
Jim Meyering b4b8c25a5a build: factor out AM_LINK command (trivial) 10 years ago
Jim Meyering dc885c6e95 build: make "make" output readable by default 10 years ago
Jim Meyering a37b46ae12 build: fix Makefile inconsistencies (trivial) 10 years ago
Jim Meyering 55277c3287 build: remove unused rules: rocksdb_shell, DBClientProxy_test 10 years ago
Igor Sugak 3ad6b794cf rocksdb: Fix 'Division by zero' scan-build warning 10 years ago
Yueh-Hsuan Chiang 12753130ec Remove ThreadStatusMultiCompaction test 10 years ago
Yueh-Hsuan Chiang f0c36da6ee Add thread_status_util_debug.cc back 10 years ago
Jim Meyering daebb1f916 build: running "make" with no arguments must not "uninstall" 10 years ago
Yueh-Hsuan Chiang e60bc99fe0 Allow GetThreadList to reflect flush activity. 10 years ago
Jim Meyering b9a0213cda build: fix unportable Makefile syntax 10 years ago
Igor Sugak 4e4b857841 rocksdb: Fix scan-build 'Called C++ object pointer is null' and 'Dereference of null pointer' bugs 10 years ago
Jim Meyering b3fd162267 build: remove unportable use of sed in favor of $(CXX)'s -MT 10 years ago
Igor Canadi e7ea51a8e7 Introduce job_id for flush and compaction 10 years ago
fyrz 6a0e737d9d [RocksJava] Raw use of parametrized class 10 years ago
fyrz 4397012707 [RocksJava] Redundant access-modifier in interfaces 10 years ago
Igor Canadi 2d62e80511 Merge pull request #504 from fyrz/RocksJava-Flush-Correction 10 years ago
fyrz eaf39568e5 [RocksJava] FlushOptions Correction 10 years ago
Ramki Balasubramanian 5d1151deba Added simple monitoring script to monitor overusage of memory in db_bench 10 years ago
sdong 5f00af4570 DBTest.DestroyDBMetaDatabase: create DB directories if not exists 10 years ago
sdong 68af7811ea Remember whole key/prefix filtering on/off in SST file 10 years ago
Igor Canadi fd5970b454 Merge pull request #503 from weiweisd/master 10 years ago
Wei Wei 513ad866b2 modify double type euqal compare in json_document.cc 10 years ago
Yueh-Hsuan Chiang 933973dc2d Merge pull request #495 from fyrz/RocksJava-CF-Name-Byte-Handling 10 years ago