fdb 6.3.17 → 6.3.22
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c73a96c929aa30cb3ed7a71c79a7c0db2a19db89
|
|
4
|
+
data.tar.gz: 810653df13089e8a154cfeac0f1af06e17607f99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40b8e63b4f0ca0b62154fbd47134afae1d5851ded510f181f4edfb38c1e50ea2139a119cd97ae8f0862838db0a3959e222150f92b2dc0b6a851f89c1633e2adf
|
|
7
|
+
data.tar.gz: d3302608acd34e82235634359585619eefcd329ade1214529cc5546c42820789b4f114c7ca117393cdf3822c0c005bd8547eb40b2e3e28a788e0bc90a521bdf1
|
data/root/src/oOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOoOo/foundationdb/bindings/ruby/lib/fdboptions.rb
CHANGED
|
@@ -33,6 +33,7 @@ module FDB
|
|
|
33
33
|
"TRACE_FORMAT" => [34, "Select the format of the log files. xml (the default) and json are supported.", '', "Format of trace files"],
|
|
34
34
|
"TRACE_CLOCK_SOURCE" => [35, "Select clock source for trace files. now (the default) or realtime are supported.", '', "Trace clock source"],
|
|
35
35
|
"TRACE_FILE_IDENTIFIER" => [36, "Once provided, this string will be used to replace the port/PID in the log file names.", '', "The identifier that will be part of all trace file names"],
|
|
36
|
+
"TRACE_PARTIAL_FILE_SUFFIX" => [39, "", '', nil],
|
|
36
37
|
"KNOB" => [40, "Set internal tuning or debugging knobs", '', "knob_name=knob_value"],
|
|
37
38
|
"TLS_PLUGIN" => [41, "Deprecated", '', "file path or linker-resolved name"],
|
|
38
39
|
"TLS_CERT_BYTES" => [42, "Set the certificate chain", '', "certificates"],
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.3.
|
|
4
|
+
version: 6.3.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- FoundationDB
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|