Skip to content

Commit

Permalink
Upgrade to RocksDB 6.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lu4 authored and vweevers committed Apr 10, 2021
1 parent 28b37fa commit 060d182
Show file tree
Hide file tree
Showing 8 changed files with 249 additions and 130 deletions.
16 changes: 15 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,30 @@ deps/**/*.md
deps/**/.git

deps/rocksdb/rocksdb/arcanist_util/
deps/rocksdb/rocksdb/buckifier/
deps/rocksdb/rocksdb/build_tools/
deps/rocksdb/rocksdb/coverage/
deps/rocksdb/rocksdb/docs/
deps/rocksdb/rocksdb/examples/
deps/rocksdb/rocksdb/fuzz/
deps/rocksdb/rocksdb/hdfs/setup.sh
deps/rocksdb/rocksdb/java/
deps/rocksdb/rocksdb/third-party/gtest-*/
deps/rocksdb/rocksdb/third-party/folly/
deps/rocksdb/rocksdb/tools/advisor/
deps/rocksdb/rocksdb/tools/block_cache_analyzer/
deps/rocksdb/rocksdb/tools/rdb/
deps/rocksdb/rocksdb/tools/dbench_monitor
deps/rocksdb/rocksdb/tools/pflag
deps/rocksdb/rocksdb/tools/*.sh
deps/rocksdb/rocksdb/tools/*.py
deps/rocksdb/rocksdb/tools/*.dmp
deps/rocksdb/rocksdb/tools/rdb/
deps/rocksdb/rocksdb/README.md
deps/rocksdb/rocksdb/HISTORY.md
deps/rocksdb/rocksdb/.circleci/
deps/rocksdb/rocksdb/.github/
deps/rocksdb/rocksdb/.lgtm.yml
deps/rocksdb/rocksdb/defs.bzl

deps/snappy/snappy*/testdata/
deps/snappy/snappy*/*.txt
Expand All @@ -38,6 +49,7 @@ libleveldb.a
*.sln
*.vcxproj
*.vcxproj.filters
.vscode

# Benchmarks and tests
bench/
Expand All @@ -47,6 +59,7 @@ test/

# Misc
.nyc_output/
.github/
yarn.lock
.gitmodules
.travis.yml
Expand All @@ -57,6 +70,7 @@ Dockerfile
Vagrantfile
.arcconfig
.clang-format
.watchmanconfig

# Unknown
leakydb
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,15 @@ See the [Contribution Guide](https://github.com/Level/community/blob/master/CONT
This project uses Git Submodules. This means that you should clone it recursively if you're planning on working on it:

```bash
$ git clone --recurse-submodules https://github.com/Level/leveldown.git
$ git clone --recurse-submodules https://github.com/Level/rocksdb.git
```

Alternatively, you can initalize submodules inside the cloned folder:
Alternatively, you can initialize submodules after cloning:

```bash
$ git submodule update --init --recursive
```

### Windows

A large portion of the Windows support comes from code by [Krzysztof Kowalczyk](http://blog.kowalczyk.info/) [@kjk](https://twitter.com/kjk), see his Windows LevelDB port [here](http://code.google.com/r/kkowalczyk-leveldb/). If you're using LevelUP on Windows, you should give him your thanks!

### Publishing

1. Increment the version: `npm version ..`
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ platform:
- x64

install:
- SET PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
- git submodule update --init --recursive
Expand Down
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
, 'VCLinkerTool': {
'AdditionalDependencies': [
# SDK import libs.
'Shlwapi.lib',
'rpcrt4.lib'
]
}
Expand Down
2 changes: 1 addition & 1 deletion deps/rocksdb/rocksdb
Submodule rocksdb updated 1866 files
Loading

0 comments on commit 060d182

Please sign in to comment.