@nxtedition/rocksdb 15.1.3 → 15.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/deps/rocksdb/rocksdb.gyp
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"include_dirs": ["rocksdb/include/"]
|
|
10
10
|
},
|
|
11
11
|
"defines": [
|
|
12
|
-
"NDEBUG=1",
|
|
13
12
|
"ZSTD=1",
|
|
14
13
|
"ZSTD_STATIC_LINKING_ONLY=1",
|
|
15
14
|
"ROCKSDB_BACKTRACE=1",
|
|
@@ -369,10 +368,10 @@
|
|
|
369
368
|
"rocksdb/table/table_properties.cc",
|
|
370
369
|
"rocksdb/table/two_level_iterator.cc",
|
|
371
370
|
"rocksdb/table/unique_id.cc",
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
371
|
+
"rocksdb/test_util/sync_point.cc",
|
|
372
|
+
"rocksdb/test_util/sync_point_impl.cc",
|
|
373
|
+
"rocksdb/test_util/testutil.cc",
|
|
374
|
+
"rocksdb/test_util/transaction_test_util.cc",
|
|
376
375
|
# "rocksdb/tools/block_cache_analyzer/block_cache_trace_analyzer.cc",
|
|
377
376
|
# "rocksdb/tools/dump/db_dump_tool.cc",
|
|
378
377
|
# "rocksdb/tools/io_tracer_parser_tool.cc",
|
package/package.json
CHANGED
|
Binary file
|