Skip to content

Commit

Permalink
KB crawler nightly commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KB Crawler committed Oct 8, 2024
1 parent ff50ed1 commit a9d4c31
Show file tree
Hide file tree
Showing 75 changed files with 2,415 additions and 525 deletions.
1,140 changes: 830 additions & 310 deletions archive/+changes/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions archive/en/changes-improvements-in-mariadb-11-5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-09-23 06:49">1 week, 6 days ago</span></dd>
<span class="datetime" title="2024-10-07 20:29">3 hours, 38 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -447,8 +447,8 @@ <h3>Contents</h3>
<h3 class="anchored_heading" id="temporary-files-and-tables">Temporary files and tables</h3>
<ul start="1"><li><a href="/kb/en/limiting-size-of-created-disk-temporary-files-and-tables-overview/">Limit size of created disk temporary files and tables</a> (<a href="https://jira.mariadb.org/browse/MDEV-9101">MDEV-9101</a>)
</li><li>There are two system variables used for controlling this feature:
<ul start="1"><li><a href="/kb/en/max_tmp_space_usage-system-variable/">max_tmp_space_usage</a>: Limits the the temporary space allowance per user
</li><li><a href="/kb/en/max_total_tmp_space_usage-system-variable/">max_total_tmp_space_usage</a>: Limits the temporary space allowance for all users.
<ul start="1"><li><a href="/kb/en/max_tmp_session_space_usage-system-variable/">max_tmp_session_space_usage</a>: Limits the the temporary space allowance per user
</li><li><a href="/kb/en/max_tmp_total_space_usage-system-variable/">max_tmp_total_space_usage</a>: Limits the temporary space allowance for all users.
</li></ul>
</li></ul>
<h3 class="anchored_heading" id="data-types">Data Types</h3>
Expand Down
2 changes: 1 addition & 1 deletion archive/en/flush/+comments/feed/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: FLUSH</title><link>https://mariadb.com/kb/en/flush/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/flush/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 07 Oct 2024 01:52:13 +0000</lastBuildDate></channel></rss>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: FLUSH</title><link>https://mariadb.com/kb/en/flush/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/flush/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 08 Oct 2024 00:08:59 +0000</lastBuildDate></channel></rss>
6 changes: 3 additions & 3 deletions archive/en/flush/+comments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Comments - FLUSH
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://mariadb.com/kb/en/flush/+comments" />
<meta property="og:url" content="https://mariadb.com/kb/en/flush/+comments/" />
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
<meta property="og:site_name" content="MariaDB KnowledgeBase" />
<meta property="fb:admins" content="514852603" />
Expand Down Expand Up @@ -76,7 +76,7 @@
</li>

<li>
<a href="/kb/user/login?next=/kb/en/flush/+comments"> Login</a>
<a href="/kb/user/login?next=/kb/en/flush/+comments/"> Login</a>
</li>

</ul>
Expand Down Expand Up @@ -121,7 +121,7 @@


<li>
<a href="/kb/user/login?next=/kb/en/flush/+comments" rel="nofollow">Login</a>
<a href="/kb/user/login?next=/kb/en/flush/+comments/" rel="nofollow">Login</a>
</li>


Expand Down
7 changes: 5 additions & 2 deletions archive/en/flush/+source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1>FLUSH - Source</h1>
<div class="revision_info">
<dl class="table">
<dt>Revision</dt>
<dd><a href="/kb/en/flush/+r/141157/">141157</a></dd>
<dd><a href="/kb/en/flush/+r/143809/">143809</a></dd>
<dt>User</dt>
<dd>
<span class="user" id="user-2">
Expand All @@ -332,7 +332,7 @@ <h1>FLUSH - Source</h1>
<dt>Date</dt>
<dd>

<span class="datetime" title="2024-07-02 12:53">2024-07-02 12:53</span></dd>
<span class="datetime" title="2024-10-07 21:15">2024-10-07 21:15</span></dd>
</dl>
</div>

Expand Down Expand Up @@ -391,6 +391,9 @@ <h1>FLUSH - Source</h1>
| ##PRIVILEGES## | Reload all privileges from the privilege tables in the ##mysql## database. If the server is started with ##--skip-grant-table## option, this will activate the privilege tables again.
| ##[[flush-query-cache|QUERY CACHE]]## | Defragment the [[query-cache|query cache]] to better utilize its memory. If you want to reset the query cache, you can do it with [[reset|RESET QUERY CACHE]].
| ##QUERY_RESPONSE_TIME## | See the [[query_response_time-plugin|QUERY_RESPONSE_TIME]] plugin.
| ##QUERY_RESPONSE_TIME_READ## | See the [[query_response_time-plugin|QUERY_RESPONSE_TIME]] plugin. From MariaDB 11.5.
| ##QUERY_RESPONSE_TIME_READ_WRITE## | See the [[query_response_time-plugin|QUERY_RESPONSE_TIME]] plugin. From MariaDB 11.5.
| ##QUERY_RESPONSE_TIME_WRITE## | See the [[query_response_time-plugin|QUERY_RESPONSE_TIME]] plugin. From MariaDB 11.5.
| ##SLAVE## | Deprecated option, use [[reset-replica|RESET REPLICA or RESET SLAVE]] instead.
| ##SSL##| Used to dynamically reinitialize the server&#39;s [[data-in-transit-encryption|TLS]] context by reloading the files defined by several [[ssltls-system-variables|TLS system variables]]. See [[#flush-ssl|FLUSH SSL]] for more information.
| ##&lt;&lt;code&gt;&gt;[ GLOBAL | SESSION ] STATUS&lt;&lt;/code&gt;&gt;## | Resets all [[server-status-variables|server status variables]] that can be reset to 0. Not all global status variables support this, so not all global values are reset. From MariaDB 11.5, ##GLOBAL## or ##SESSION## can be specified. See [[#flush-status|FLUSH STATUS]] for more information.
Expand Down
5 changes: 4 additions & 1 deletion archive/en/flush/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-07-02 12:53">3 months ago</span></dd>
<span class="datetime" title="2024-10-07 21:15">2 hours, 53 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -542,6 +542,9 @@ <h2 class="anchored_heading" id="description">Description</h2>
<tr><td><code>PRIVILEGES</code></td><td>Reload all privileges from the privilege tables in the <code>mysql</code> database. If the server is started with <code>--skip-grant-table</code> option, this will activate the privilege tables again.</td></tr>
<tr><td><code><a href="/kb/en/flush-query-cache/">QUERY CACHE</a></code></td><td>Defragment the <a href="/kb/en/query-cache/">query cache</a> to better utilize its memory. If you want to reset the query cache, you can do it with <a href="/kb/en/reset/">RESET QUERY CACHE</a>.</td></tr>
<tr><td><code>QUERY_RESPONSE_TIME</code></td><td>See the <a href="/kb/en/query_response_time-plugin/">QUERY_RESPONSE_TIME</a> plugin.</td></tr>
<tr><td><code>QUERY_RESPONSE_TIME_READ</code></td><td>See the <a href="/kb/en/query_response_time-plugin/">QUERY_RESPONSE_TIME</a> plugin. From <a href="/kb/en/what-is-mariadb-115/">MariaDB 11.5</a>.</td></tr>
<tr><td><code>QUERY_RESPONSE_TIME_READ_WRITE</code></td><td>See the <a href="/kb/en/query_response_time-plugin/">QUERY_RESPONSE_TIME</a> plugin. From <a href="/kb/en/what-is-mariadb-115/">MariaDB 11.5</a>.</td></tr>
<tr><td><code>QUERY_RESPONSE_TIME_WRITE</code></td><td>See the <a href="/kb/en/query_response_time-plugin/">QUERY_RESPONSE_TIME</a> plugin. From <a href="/kb/en/what-is-mariadb-115/">MariaDB 11.5</a>.</td></tr>
<tr><td><code>SLAVE</code></td><td>Deprecated option, use <a href="/kb/en/reset-replica/">RESET REPLICA or RESET SLAVE</a> instead.</td></tr>
<tr><td><code>SSL</code></td><td>Used to dynamically reinitialize the server's <a href="/kb/en/data-in-transit-encryption/">TLS</a> context by reloading the files defined by several <a href="/kb/en/ssltls-system-variables/">TLS system variables</a>. See <a href="#flush-ssl">FLUSH SSL</a> for more information.</td></tr>
<tr><td><code><code class="fixed" style="white-space:pre-wrap">[ GLOBAL | SESSION ] STATUS</code></code></td><td>Resets all <a href="/kb/en/server-status-variables/">server status variables</a> that can be reset to 0. Not all global status variables support this, so not all global values are reset. From <a href="/kb/en/what-is-mariadb-115/">MariaDB 11.5</a>, <code>GLOBAL</code> or <code>SESSION</code> can be specified. See <a href="#flush-status">FLUSH STATUS</a> for more information.</td></tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Full List of MariaDB Options, System and Status Variables</title><link>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 07 Oct 2024 03:39:37 +0000</lastBuildDate><item><title>Re: Full List of MariaDB Options, System and Status Variables</title><link>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/6379</link><description>&lt;p&gt;Thanks, fixed.&lt;/p&gt;
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Full List of MariaDB Options, System and Status Variables</title><link>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 08 Oct 2024 00:06:20 +0000</lastBuildDate><item><title>Re: Full List of MariaDB Options, System and Status Variables</title><link>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/6379</link><description>&lt;p&gt;Thanks, fixed.&lt;/p&gt;
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Gilfillan</dc:creator><guid>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/6379</guid></item><item><title>Re: Full List of MariaDB Options, System and Status Variables</title><link>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/6375</link><description>&lt;p&gt;Maybe there is a type in variable name for "innodb-stats-on-metadata" should be "innodb_stats_on_metadata" in this page. Starting parameter is correct with middle dash&lt;/p&gt;
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joan G. Villaraco</dc:creator><guid>https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/6375</guid></item></channel></rss>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Comments - Full List of MariaDB Options, System and Status Variables
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments" />
<meta property="og:url" content="https://mariadb.com/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/" />
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
<meta property="og:site_name" content="MariaDB KnowledgeBase" />
<meta property="fb:admins" content="514852603" />
Expand Down Expand Up @@ -76,7 +76,7 @@
</li>

<li>
<a href="/kb/user/login?next=/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments"> Login</a>
<a href="/kb/user/login?next=/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/"> Login</a>
</li>

</ul>
Expand Down Expand Up @@ -121,7 +121,7 @@


<li>
<a href="/kb/user/login?next=/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments" rel="nofollow">Login</a>
<a href="/kb/user/login?next=/kb/en/full-list-of-mariadb-options-system-and-status-variables/+comments/" rel="nofollow">Login</a>
</li>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h1>Full List of MariaDB Options, System and Status Variables - Source</h1>
<div class="revision_info">
<dl class="table">
<dt>Revision</dt>
<dd><a href="/kb/en/full-list-of-mariadb-options-system-and-status-variables/+r/143661/">143661</a></dd>
<dd><a href="/kb/en/full-list-of-mariadb-options-system-and-status-variables/+r/143803/">143803</a></dd>
<dt>User</dt>
<dd>
<span class="user" id="user-1368">
Expand All @@ -320,7 +320,7 @@ <h1>Full List of MariaDB Options, System and Status Variables - Source</h1>
<dt>Date</dt>
<dd>

<span class="datetime" title="2024-09-26 09:13">2024-09-26 09:13</span></dd>
<span class="datetime" title="2024-10-07 20:50">2024-10-07 20:50</span></dd>
</dl>
</div>

Expand Down Expand Up @@ -1447,10 +1447,10 @@ <h1>Full List of MariaDB Options, System and Status Variables - Source</h1>
| --[[server-system-variables#max_sp_recursion_depth|max-sp-recursion-depth]], [[server-system-variables#max_sp_recursion_depth|max_sp_recursion_depth]] |
| --[[server-system-variables#max_statement_time|max-statement-time]], [[server-system-variables#max_statement_time|max_statement_time]] |
| [[server-status-variables#max_statement_time_exceeded|Max_statement_time_exceeded]] |
| [[server-system-variables#max_tmp_space_usage|max_tmp_space_usage]] |
| [[max_tmp_session_space_usage-system-variable/|max_tmp_session_space_usage]] |
| [[server-status-variables#max_tmp_space_used|Max_tmp_space_used]] |
| [[server-system-variables#max_tmp_tables|max_tmp_tables]] |
| [[server-system-variables#max_total_tmp_space_usage|max_total_tmp_space_usage]] |
| [[server-system-variables#max_tmp_total_space_usage|max_tmp_total_space_usage]] |
| [[server-status-variables#max_used_connections_time|Max_used_connections_time]] |
| [[server-status-variables#max_used_connections|Max_used_connections]] |
| [[server-system-variables#max_user_connections|max_user_connections]] |
Expand Down Expand Up @@ -1689,21 +1689,22 @@ <h1>Full List of MariaDB Options, System and Status Variables - Source</h1>
| --[[query-response-time-plugin#query_response_time|query-response-time]]
| --[[query-response-time-plugin#query_response_time_audit|query-response-time-audit]]
| [[query_response_time-plugin#query_response_time_flush|query_response_time_flush]] |
| --[[query_response_time-plugin#query_response_time_range_base|query-response-time-range-base]] , [[query_response_time-plugin#query_response_time_range_base|query_response_time_range_base]] |
| [[query_response_time-plugin#query_response_time_range_base|query_response_time_range_base]] |
| [[query_response_time-plugin#query_response_time_exec_time_debug|query_response_time_exec_time_debug]] |
| --[[query_response_time-plugin#query_response_time_stats|query-response-time-stats]], [[query_response_time-plugin#query_response_time_stats|query_response_time_stats]] |
| [[query_response_time-plugin#query_response_time_session_stats|query_response_time_session_stats]] |
| [[query_response_time-plugin#query_response_time_stats|query_response_time_stats]] |
| [[server-status-variables#questions|Questions]] |
| -r, --[[mysqld-options#-chroot|chroot]]|
| [[server-system-variables#rand_seed1|rand_seed1]] |
| [[server-system-variables#rand_seed2|rand_seed2]] |
| --[[server-system-variables#range_alloc_block_size|range-alloc-block-size]], [[server-system-variables#range_alloc_block_size|range_alloc_block_size]] |
| --[[server-system-variables#read_buffer_size|read-buffer-size]], [[server-system-variables#read_buffer_size|read_buffer_size]] |
| --[[replication-and-binary-log-server-system-variables#read_binlog_speed_limit|read-binlog-speed-limit]], [[replication-and-binary-log-server-system-variables#read_binlog_speed_limit|read_binlog_speed_limit]] |
| [[server-system-variables#range_alloc_block_size|range_alloc_block_size]] |
| [[server-system-variables#read_buffer_size|read_buffer_size]] |
| [[replication-and-binary-log-server-system-variables#read_binlog_speed_limit|read_binlog_speed_limit]] |
| [[server-system-variables#read_only|read_only]] |
| [[server-system-variables#read_rnd_buffer_size|read_rnd_buffer_size]] |
| --[[mysqld-options#-record-buffer|record-buffer]] |
| --[[server-system-variables#redirect_url|redirect-url]], [[server-system-variables#redirect_url|redirect_url]] |
| --[[replication-and-binary-log-server-system-variables#relay_log|relay-log]], [[replication-and-binary-log-server-system-variables#relay_log|relay_log]] |
| [[replication-and-binary-log-server-system-variables#relay_log|relay_log]] |
| [[replication-and-binary-log-server-system-variables#relay_log_basename|relay_log_basename]] |
| --[[replication-and-binary-log-server-system-variables#relay_log_index|relay-log-index]], [[replication-and-binary-log-server-system-variables#relay_log_index|relay_log_index]] |
| --[[replication-and-binary-log-server-system-variables#relay_log_info_file|relay-log-info-file]], [[replication-and-binary-log-server-system-variables#relay_log_info_file|relay_log_info_file]] |
Expand Down
Loading

0 comments on commit a9d4c31

Please sign in to comment.