Skip to content

Commit 7ec41e8

Browse files
author
GitHub Action
committedMar 29, 2024·
Deployed f06468d to 8.0 with MkDocs 1.5.3 and mike 2.0.0
1 parent 93a58af commit 7ec41e8

File tree

4 files changed

+261
-221
lines changed

4 files changed

+261
-221
lines changed
 

‎8.0/release-notes/8.0.36-28.html

+41-1
Original file line numberDiff line numberDiff line change
@@ -6719,6 +6719,46 @@ <h2 id="bug-fixes">Bug fixes<a class="headerlink" href="#bug-fixes" title="Perma
67196719
<p><a href="https://perconadev.atlassian.net/browse/PS-9018">PS-9018</a>: The replica stalls when <code>log_slave_updates=0</code> and a Data Definition Language (DDL) operation is executed against a non-replicated database on that replica.</p>
67206720
<p><a href="https://perconadev.atlassian.net/browse/PS-9048">PS-9048</a>: In the Debug build, assets with OPTIMIZE table and fulltext indexes failed.</p>
67216721
<p><a href="https://perconadev.atlassian.net/browse/PS-9083">PS-9083</a>: A fix for a server exit when the slow query log is on with additional variables.</p>
6722+
<p><a href="https://perconadev.atlassian.net/browse/PS-9044">PS-9044</a>: Added the following variables to MyRocks:</p>
6723+
<ul>
6724+
<li>
6725+
<p><a href="..\variables.html#rocksdb_block_cache_numshardbits"><code>rocksdb_block_cache_numshardbits</code></a></p>
6726+
</li>
6727+
<li>
6728+
<p><a href="..\variables.html#rocksdb_check_iterate_bounds"><code>rocksdb_check_iterate_bounds</code></a></p>
6729+
</li>
6730+
<li>
6731+
<p><a href="..\variables.html#rocksdb_compact_lzero_now"><code>rocksdb_compact_lzero_now</code></a></p>
6732+
</li>
6733+
<li>
6734+
<p><a href="..\variables.html#rocksdb_file_checksums"><code>rocksdb_file_checksums</code></a></p>
6735+
</li>
6736+
<li>
6737+
<p><a href="..\variables.html#rocksdb_max_file_opening_threads"><code>rocksdb_max_file_opening_threads</code></a></p>
6738+
</li>
6739+
<li>
6740+
<p><a href="..\variables.html#rocksdb_partial_index_ignore_killed"><code>rocksdb_partial_index_ignore_killed</code></a></p>
6741+
</li>
6742+
</ul>
6743+
<p>Changed the default values for the following variables:</p>
6744+
<ul>
6745+
<li>
6746+
<p><a href="..\variables.html#rocksdb_compaction_sequential_deletes"><code>rocksdb_compaction_sequential_deletes</code></a> from 0 to 14999</p>
6747+
</li>
6748+
<li>
6749+
<p><a href="..\variables.html#rocksdb_compaction_sequential_deletes_count_sd"><code>rocksdb_compaction_sequential_deletes_count_sd</code></a> from <code>OFF</code> to <code>ON</code></p>
6750+
</li>
6751+
<li>
6752+
<p><a href="..\variables.html#rocksdb_compaction_sequential_deletes_window"><code>rocksdb_compaction_sequential_deletes_window</code></a> from 0 to 15000</p>
6753+
</li>
6754+
<li>
6755+
<p><a href="..\variables.html#rocksdb_force_flush_memtable_now"><code>rocksdb_force_flush_memtable_now</code></a> from <code>ON</code> to <code>OFF</code></p>
6756+
</li>
6757+
<li>
6758+
<p><a href="../variables.html#rocksdb_large_prefix"><code>rocksdb_large_prefix</code></a> from <code>OFF</code> to <code>ON</code></p>
6759+
</li>
6760+
</ul>
6761+
<p>The <a href="../variables.html#rocksdb_large_prefix"><code>rocksdb_large_prefix</code></a> is deprecated.</p>
67226762
<h2 id="known-issues">Known issues<a class="headerlink" href="#known-issues" title="Permanent link">&para;</a></h2>
67236763
<ul>
67246764
<li>
@@ -6757,7 +6797,7 @@ <h2 class="title" id="get-expert-help">Get expert help<a class="headerlink" href
67576797
<small>
67586798

67596799
Last update:
6760-
2024-03-04
6800+
2024-03-29
67616801

67626802
</small>
67636803
</div>

‎8.0/search/search_index.json

+1-1
Large diffs are not rendered by default.

‎8.0/sitemap.xml

+219-219
Large diffs are not rendered by default.

‎8.0/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.