Skip to content

Commit a46ba4e

Browse files
authored
Merge pull request #379 from percona/ps-9363
PS-9363 Update relative links for MyRocks server variables in 8.4
2 parents b1875a1 + bcebec5 commit a46ba4e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/myrocks-server-variables.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Skips verifying if rows exists before executing deletes. The following condition
391391
| Data type | Numeric |
392392
| Default | -1 |
393393

394-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
394+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
395395

396396
This variable specifies the number of shards ,`numShardBits`, for the block cache in RocksDB. The cache is sharded into `2^numShardBits` shards by the key hash.
397397

@@ -685,7 +685,7 @@ This variable is disabled (OFF) by default.
685685
| Data type | Boolean |
686686
| Default | ON |
687687

688-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
688+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
689689

690690
This variable enables checking the upper and lower bounds of the RocksDB iterator during iteration. The default value in `ON` which means this variable is enabled.
691691

@@ -790,7 +790,7 @@ Specifies the name of the column family to compact.
790790
| Data type | Boolean |
791791
| Default | OFF |
792792

793-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
793+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
794794

795795
This variable acts as a trigger. Set the variable to `ON`, `rocksdb-compact-lzero-now=ON`, to immediately compact all the `Level 0` (L0) files. After all the `L0` files are compacted, the variable value automatically switches to `OFF`.
796796

@@ -827,7 +827,7 @@ Maximum allowed value is `18446744073709551615`.
827827

828828
!!! note
829829

830-
In version [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md) and later, the default value is changed from `0` to `149999`.
830+
In version [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html) and later, the default value is changed from `0` to `149999`.
831831

832832
Specifies the threshold to trigger compaction on a file if it has more than this number of sequential delete markers.
833833

@@ -856,7 +856,7 @@ Maximum allowed value is `2000000` (two million delete markers).
856856

857857
!!! note
858858

859-
In version [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md) and later, the default value is changed from `OFF` to `ON`.
859+
In version [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html) and later, the default value is changed from `OFF` to `ON`.
860860

861861
Specifies whether to count single deletes as delete markers recognized by `rocksdb_compaction_sequential_deletes`.
862862

@@ -1443,7 +1443,7 @@ insensitive). Enabled by default.
14431443
| Data type | Boolean |
14441444
| Default | OFF |
14451445

1446-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
1446+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
14471447

14481448
This variable controls whether to write and check RocksDB file-level checksums. The default value is `OFF` which means the variable is disabled.
14491449

@@ -1879,7 +1879,7 @@ Tracks the history for at most `rockdb_mx_compaction_history` completed compacti
18791879
| Data type | Numeric |
18801880
| Default | 16 |
18811881

1882-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
1882+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
18831883

18841884
This variable sets `DBOptions::max_file_opening_threads` for RocksDB. The default value is `16`. The minimum value is `1` and the maximum value is 2147483647 (`INT_MAX`).
18851885

@@ -2145,7 +2145,7 @@ Enabled by default.
21452145
| Data type | Boolean |
21462146
| Default | ON |
21472147

2148-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
2148+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
21492149

21502150
If this variable is set to `ON`, the partial index materialization ignores the killed flag and continues materialization until completion. If queries are killed during materialization due to timeout, the work done so far is wasted, and the killed query will likely be retried later, hitting the same issue.
21512151

@@ -2563,7 +2563,7 @@ Disabled by default.
25632563
| Data type | Boolean |
25642564
| Default | ON |
25652565

2566-
This variable is removed in [Percona Server for MySQL 8.2.0-1](8.2.0-1.md).
2566+
This variable is removed in [Percona Server for MySQL 8.2.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.2.0-1.html).
25672567

25682568
This variable is considered **deprecated** in Percona Server for MySQL 8.0.23-14.
25692569

@@ -2581,7 +2581,7 @@ Enabled by default.
25812581
| Data type | String |
25822582
| Default | |
25832583

2584-
This variable is removed in [Percona Server for MySQL 8.2.0-1](8.2.0-1.md).
2584+
This variable is removed in [Percona Server for MySQL 8.2.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.2.0-1.html).
25852585

25862586
This variable is considered **deprecated** in Percona Server for MySQL 8.0.23-14.
25872587

0 commit comments

Comments
 (0)