fdb 6.3.17 → 6.3.22

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd92a07eea0d74d23d938ab03e815f1693e93721
4
- data.tar.gz: f148ea86cdb6be3fd96a64b38851d3842c8ada7d
3
+ metadata.gz: c73a96c929aa30cb3ed7a71c79a7c0db2a19db89
4
+ data.tar.gz: 810653df13089e8a154cfeac0f1af06e17607f99
5
5
  SHA512:
6
- metadata.gz: a4d9d5df3b2121957d42c7b550b55e99576d9352b9c74ea3c464935437d59f227bc928f1ca69089d1d6ac77e7a678902142a761d692f84e5a848e684178c8e82
7
- data.tar.gz: a98af2231861b3fe31951b054e05dfb0aa0760608e41705913b671179ebd9e387793ca1d74cfec66ede290cb2d31174ef3a0d95007c2997432919ba0de104a11
6
+ metadata.gz: 40b8e63b4f0ca0b62154fbd47134afae1d5851ded510f181f4edfb38c1e50ea2139a119cd97ae8f0862838db0a3959e222150f92b2dc0b6a851f89c1633e2adf
7
+ data.tar.gz: d3302608acd34e82235634359585619eefcd329ade1214529cc5546c42820789b4f114c7ca117393cdf3822c0c005bd8547eb40b2e3e28a788e0bc90a521bdf1
@@ -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.17
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-07-23 00:00:00.000000000 Z
11
+ date: 2021-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi