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 Jul 25, 2024
1 parent c51fa68 commit 30859ef
Show file tree
Hide file tree
Showing 51 changed files with 454 additions and 371 deletions.
585 changes: 316 additions & 269 deletions archive/+changes/index.html

Large diffs are not rendered by default.

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: Authentication Plugin - PARSEC</title><link>https://mariadb.com/kb/en/authentication-plugin-parsec/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/authentication-plugin-parsec/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 22 Jul 2024 05:45:30 +0000</lastBuildDate></channel></rss>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Authentication Plugin - PARSEC</title><link>https://mariadb.com/kb/en/authentication-plugin-parsec/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/authentication-plugin-parsec/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Thu, 25 Jul 2024 00:02:45 +0000</lastBuildDate></channel></rss>
6 changes: 3 additions & 3 deletions archive/en/authentication-plugin-parsec/+comments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Comments - Authentication Plugin - PARSEC
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://mariadb.com/kb/en/authentication-plugin-parsec/+comments" />
<meta property="og:url" content="https://mariadb.com/kb/en/authentication-plugin-parsec/+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/authentication-plugin-parsec/+comments"> Login</a>
<a href="/kb/user/login?next=/kb/en/authentication-plugin-parsec/+comments/"> Login</a>
</li>

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


<li>
<a href="/kb/user/login?next=/kb/en/authentication-plugin-parsec/+comments" rel="nofollow">Login</a>
<a href="/kb/user/login?next=/kb/en/authentication-plugin-parsec/+comments/" rel="nofollow">Login</a>
</li>


Expand Down
7 changes: 4 additions & 3 deletions archive/en/authentication-plugin-parsec/+source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h1>Authentication Plugin - PARSEC - Source</h1>
<div class="revision_info">
<dl class="table">
<dt>Revision</dt>
<dd><a href="/kb/en/authentication-plugin-parsec/+r/140947/">140947</a></dd>
<dd><a href="/kb/en/authentication-plugin-parsec/+r/141409/">141409</a></dd>
<dt>User</dt>
<dd>
<span class="user" id="user-1368">
Expand All @@ -324,7 +324,7 @@ <h1>Authentication Plugin - PARSEC - Source</h1>
<dt>Date</dt>
<dd>

<span class="datetime" title="2024-06-25 12:47">2024-06-25 12:47</span></dd>
<span class="datetime" title="2024-07-24 09:11">2024-07-24 09:11</span></dd>
</dl>
</div>

Expand Down Expand Up @@ -353,12 +353,13 @@ <h1>Authentication Plugin - PARSEC - Source</h1>
&lt;&lt;sql&gt;&gt;
concat(&#39;P&#39;, conv(log2(iterations)-10, 10, 62), &#39;:&#39;, base64(salt), &#39;:&#39;, base64(hash))
&lt;&lt;/sql&gt;&gt;
for example {{P0:WW9sXaaL/o:vubFBzIrapbfHct1/J72dnUryz5VS7lA6XHH8sIx4TI}}
for example ##P0:WW9sXaaL/o:vubFBzIrapbfHct1/J72dnUryz5VS7lA6XHH8sIx4TI##
* it consists of colon-separated fields
* first field is &#39;P&#39; (denotes KDF algorithm = PBKDF2) and the number of iterations, &#39;0&#39; means 1024, &#39;1&#39; means 2048, etc
* then salt
* then the password hash

first two fields together are called below //ext-salt//, extended salt.

==== Login Process, Packet Exchange
# Server sends the welcome packet with a 32-byte random scramble
Expand Down
7 changes: 4 additions & 3 deletions archive/en/authentication-plugin-parsec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@
<dt>Created</dt>
<dd>

<span class="datetime" title="2024-06-25 12:47">3 weeks, 5 days ago</span></dd>
<span class="datetime" title="2024-06-25 12:47">4 weeks, 1 day ago</span></dd>

<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-06-25 12:47">3 weeks, 5 days ago</span></dd>
<span class="datetime" title="2024-07-24 09:11">14 hours, 51 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -441,12 +441,13 @@ <h3 class="anchored_heading" id="description">Description</h3>
</li></ul>
<p>The authentication string, stored by the server, is</p>
<pre class="fixed"><span class="n">concat</span><span class="p">(</span><span class="s1">&#39;P&#39;</span><span class="p">,</span> <span class="n">conv</span><span class="p">(</span><span class="n">log2</span><span class="p">(</span><span class="n">iterations</span><span class="p">)</span><span class="o">-</span><span class="mi">10</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">62</span><span class="p">),</span> <span class="s1">&#39;:&#39;</span><span class="p">,</span> <span class="n">base64</span><span class="p">(</span><span class="n">salt</span><span class="p">),</span> <span class="s1">&#39;:&#39;</span><span class="p">,</span> <span class="n">base64</span><span class="p">(</span><span class="n">hash</span><span class="p">))</span>
</pre><p>for example {{P0:WW9sXaaL/o:vubFBzIrapbfHct1/J72dnUryz5VS7lA6XHH8sIx4TI}}</p>
</pre><p>for example <code>P0:WW9sXaaL/o:vubFBzIrapbfHct1/J72dnUryz5VS7lA6XHH8sIx4TI</code></p>
<ul start="1"><li>it consists of colon-separated fields
</li><li>first field is 'P' (denotes KDF algorithm = PBKDF2) and the number of iterations, '0' means 1024, '1' means 2048, etc
</li><li>then salt
</li><li>then the password hash
</li></ul>
<p>first two fields together are called below <em>ext-salt</em>, extended salt.</p>
<h4 class="anchored_heading" id="login-process-packet-exchange">Login Process, Packet Exchange</h4>
<ol start="1"><li>Server sends the welcome packet with a 32-byte random scramble
</li><li>If the ext-salt was specified in the .my.cnf, the client skips to step 4, otherwise it sends the user name (and nothing else) to the server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Wed, 24 Jul 2024 00:02:44 +0000</lastBuildDate><item><title>Re: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5705</link><description>&lt;p&gt;This is covered in &lt;a href="https://jira.mariadb.org/browse/MDEV-20181"&gt;MDEV-20181&lt;/a&gt;, an enhancement to this file key management plugin is required to understand these newer formats. Contributions encouraged, especially those that preserve backwards compatibility.&lt;/p&gt;
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Thu, 25 Jul 2024 00:02:25 +0000</lastBuildDate><item><title>Re: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5705</link><description>&lt;p&gt;This is covered in &lt;a href="https://jira.mariadb.org/browse/MDEV-20181"&gt;MDEV-20181&lt;/a&gt;, an enhancement to this file key management plugin is required to understand these newer formats. Contributions encouraged, especially those that preserve backwards compatibility.&lt;/p&gt;
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Black</dc:creator><guid>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5705</guid></item><item><title>Re: File Key Management Encryption Plugin</title><link>https://mariadb.com/kb/en/file-key-management-encryption-plugin/+comments/5598</link><description>&lt;p&gt;The following command under &lt;a href="https://mariadb.com/kb/en/file-key-management-encryption-plugin/#encrypting-the-key-file"&gt;https://mariadb.com/kb/en/file-key-management-encryption-plugin/#encrypting-the-key-file&lt;/a&gt;&lt;/p&gt;
&lt;pre class="fixed"&gt;$ sudo openssl enc -aes-256-cbc -md sha1 \
-pass file:/etc/mysql/encryption/keyfile.key \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-07-23 11:15">12 hours, 47 minutes ago</span></dd>
<span class="datetime" title="2024-07-23 11:15">1 day, 12 hours ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down
5 changes: 3 additions & 2 deletions archive/en/mariadb-10-10-3-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2023-08-23 21:38">11 months ago</span></dd>
<span class="datetime" title="2024-07-24 10:52">13 hours, 10 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -437,7 +437,8 @@ <h3 class="anchored_heading" id="innodb">InnoDB</h3>
</li><li>InnoDB bulk insert fixes (<a href="https://jira.mariadb.org/browse/MDEV-30047">MDEV-30047</a>, <a href="https://jira.mariadb.org/browse/MDEV-30321">MDEV-30321</a>)
</li></ul>
<h3 class="anchored_heading" id="galera">Galera</h3>
<ul start="1"><li>Fixes for cluster wide write conflict resolving (<a href="https://jira.mariadb.org/browse/MDEV-29684">MDEV-29684</a>)
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.14
</li><li>Fixes for cluster wide write conflict resolving (<a href="https://jira.mariadb.org/browse/MDEV-29684">MDEV-29684</a>)
</li></ul>
<h3 class="anchored_heading" id="replication">Replication</h3>
<ul start="1"><li>Parallel slave applying in binlog order is corrected for admin class of commands including ANALYZE (<a href="https://jira.mariadb.org/browse/MDEV-30323">MDEV-30323</a>)
Expand Down
5 changes: 3 additions & 2 deletions archive/en/mariadb-10-10-7-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2023-12-13 11:02">7 months, 1 week ago</span></dd>
<span class="datetime" title="2024-07-24 10:51">13 hours, 12 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -489,7 +489,8 @@ <h3 class="anchored_heading" id="replication">Replication</h3>
</li><li>Parallel replication lags because innobase_kill_query() may fail to interrupt a lock wait (<a href="https://jira.mariadb.org/browse/MDEV-32096">MDEV-32096</a>)
</li></ul>
<h3 class="anchored_heading" id="galera-clustergalera"><a href="/kb/en/galera-cluster/">Galera</a></h3>
<ul start="1"><li>Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. (<a href="https://jira.mariadb.org/browse/MDEV-24912">MDEV-24912</a>)
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.16
</li><li>Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. (<a href="https://jira.mariadb.org/browse/MDEV-24912">MDEV-24912</a>)
</li><li>Assertion `state() == s_executing || state() == s_preparing || state() == s_prepared || state() == s_must_abort || state() == s_aborting || state() == s_cert_failed || state() == s_must_replay' failed (<a href="https://jira.mariadb.org/browse/MDEV-31285">MDEV-31285</a>)
</li><li>wsrep_sst_mariabackup not working on FreeBSD (<a href="https://jira.mariadb.org/browse/MDEV-31467">MDEV-31467</a>)
</li><li>Galera library 26.4.16 fails with every server version (<a href="https://jira.mariadb.org/browse/MDEV-32024">MDEV-32024</a>)
Expand Down
7 changes: 4 additions & 3 deletions archive/en/mariadb-10-11-6-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,12 @@
<dt>Created</dt>
<dd>

<span class="datetime" title="2023-09-20 11:49">10 months ago</span></dd>
<span class="datetime" title="2023-09-20 11:49">10 months, 1 week ago</span></dd>

<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-03-14 12:18">4 months, 1 week ago</span></dd>
<span class="datetime" title="2024-07-24 10:51">13 hours, 12 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -489,7 +489,8 @@ <h3 class="anchored_heading" id="replication">Replication</h3>
</li><li>Parallel replication lags because innobase_kill_query() may fail to interrupt a lock wait (<a href="https://jira.mariadb.org/browse/MDEV-32096">MDEV-32096</a>)
</li></ul>
<h3 class="anchored_heading" id="galera-clustergalera"><a href="/kb/en/galera-cluster/">Galera</a></h3>
<ul start="1"><li>Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. (<a href="https://jira.mariadb.org/browse/MDEV-24912">MDEV-24912</a>)
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.16
</li><li>Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. (<a href="https://jira.mariadb.org/browse/MDEV-24912">MDEV-24912</a>)
</li><li>Assertion `state() == s_executing || state() == s_preparing || state() == s_prepared || state() == s_must_abort || state() == s_aborting || state() == s_cert_failed || state() == s_must_replay' failed (<a href="https://jira.mariadb.org/browse/MDEV-31285">MDEV-31285</a>)
</li><li>wsrep_sst_mariabackup not working on FreeBSD (<a href="https://jira.mariadb.org/browse/MDEV-31467">MDEV-31467</a>)
</li><li>Galera library 26.4.16 fails with every server version (<a href="https://jira.mariadb.org/browse/MDEV-32024">MDEV-32024</a>)
Expand Down
5 changes: 3 additions & 2 deletions archive/en/mariadb-10-11-8-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-06-12 13:55">1 month, 1 week ago</span></dd>
<span class="datetime" title="2024-07-24 11:58">12 hours, 4 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -573,7 +573,8 @@ <h3 class="anchored_heading" id="replication">Replication</h3>
</li><li>Semi-sync Wait Point AFTER_COMMIT Slow on Workloads with Heavy Concurrency (<a href="https://jira.mariadb.org/browse/MDEV-33551">MDEV-33551</a>)
</li></ul>
<h4 class="anchored_heading" id="galera">Galera</h4>
<ul start="1"><li>Disallow bulk insert operation during partition update statement (<a href="https://jira.mariadb.org/browse/MDEV-33979">MDEV-33979</a>)
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.18 (includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster)
</li><li>Disallow bulk insert operation during partition update statement (<a href="https://jira.mariadb.org/browse/MDEV-33979">MDEV-33979</a>)
</li></ul>
<h3 class="anchored_heading" id="sql-data-definition-and-data-manipulation">SQL, Data Definition, and Data Manipulation</h3>
<ul start="1"><li>Transportable Tablespaces no longer leave <a href="/kb/en/auto_increment/">AUTO_INCREMENT</a> in a mismatched state (<a href="https://jira.mariadb.org/browse/MDEV-18288">MDEV-18288</a>)
Expand Down
5 changes: 3 additions & 2 deletions archive/en/mariadb-10-4-28-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2023-08-23 21:49">11 months ago</span></dd>
<span class="datetime" title="2024-07-24 10:53">13 hours, 10 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -426,7 +426,8 @@ <h3 class="anchored_heading" id="innodb">InnoDB</h3>
<ul start="1"><li><a href="/kb/en/full-text-indexes/">Full-text index</a> corruption with <a href="/kb/en/system-versioned-tables/">system versioning</a> (<a href="https://jira.mariadb.org/browse/MDEV-25004">MDEV-25004</a>)
</li></ul>
<h3 class="anchored_heading" id="galera">Galera</h3>
<ul start="1"><li>Fixes for cluster wide write conflict resolving (<a href="https://jira.mariadb.org/browse/MDEV-29684">MDEV-29684</a>)
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.14
</li><li>Fixes for cluster wide write conflict resolving (<a href="https://jira.mariadb.org/browse/MDEV-29684">MDEV-29684</a>)
</li></ul>
<h3 class="anchored_heading" id="replication">Replication</h3>
<ul start="1"><li>Parallel slave applying in binlog order is corrected for admin class of commands including ANALYZE (<a href="https://jira.mariadb.org/browse/MDEV-30323">MDEV-30323</a>)
Expand Down
5 changes: 3 additions & 2 deletions archive/en/mariadb-10-4-32-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-02-07 14:50">5 months, 2 weeks ago</span></dd>
<span class="datetime" title="2024-07-24 10:51">13 hours, 11 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -458,7 +458,8 @@ <h3 class="anchored_heading" id="replication">Replication</h3>
</li><li>Parallel replication deadlock victim preference code errorneously removed (<a href="https://jira.mariadb.org/browse/MDEV-31655">MDEV-31655</a>)
</li></ul>
<h3 class="anchored_heading" id="galera-clustergalera"><a href="/kb/en/galera-cluster/">Galera</a></h3>
<ul start="1"><li>Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. (<a href="https://jira.mariadb.org/browse/MDEV-24912">MDEV-24912</a>)
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.16
</li><li>Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed. (<a href="https://jira.mariadb.org/browse/MDEV-24912">MDEV-24912</a>)
</li><li>Assertion `state() == s_executing || state() == s_preparing || state() == s_prepared || state() == s_must_abort || state() == s_aborting || state() == s_cert_failed || state() == s_must_replay' failed (<a href="https://jira.mariadb.org/browse/MDEV-31285">MDEV-31285</a>)
</li><li>wsrep_sst_mariabackup not working on FreeBSD (<a href="https://jira.mariadb.org/browse/MDEV-31467">MDEV-31467</a>)
</li><li>Galera library 26.4.16 fails with every server version (<a href="https://jira.mariadb.org/browse/MDEV-32024">MDEV-32024</a>)
Expand Down
7 changes: 6 additions & 1 deletion archive/en/mariadb-10-4-34-release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<dt>Modified</dt>
<dd>

<span class="datetime" title="2024-05-18 21:38">2 months ago</span></dd>
<span class="datetime" title="2024-07-24 11:58">12 hours, 4 minutes ago</span></dd>

<dt>Type</dt>
<dd>article</dd>
Expand Down Expand Up @@ -442,6 +442,8 @@ <h3>Contents</h3>

<li class=""><a href="#replication" title="Replication">Replication</a></li>

<li class=""><a href="#galera" title="Galera">Galera</a></li>

<li class=""><a href="#sql-data-definition-and-data-manipulation" title="SQL, Data Definition, and Data Manipulation">SQL, Data Definition, and Data Manipulation</a> <ol class="toc">

<li class=""><a href="#prepared-statements" title="Prepared Statements">Prepared Statements</a> </ol>
Expand Down Expand Up @@ -498,6 +500,9 @@ <h3 class="anchored_heading" id="optimization-tuning">Optimization &amp; Tuning<
<h3 class="anchored_heading" id="replication">Replication</h3>
<ul start="1"><li>--gtid-ignore-duplicate can double-apply event in case of parallel replication retry (<a href="https://jira.mariadb.org/browse/MDEV-33475">MDEV-33475</a>)
</li></ul>
<h3 class="anchored_heading" id="galera">Galera</h3>
<ul start="1"><li><a href="/kb/en/galera-cluster/">Galera</a> updated to 26.4.18 (includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster)
</li></ul>
<h3 class="anchored_heading" id="sql-data-definition-and-data-manipulation">SQL, Data Definition, and Data Manipulation</h3>
<ul start="1"><li>Fix incorrect DEFAULT expression evaluated in <a href="/kb/en/update/">UPDATE</a> (<a href="https://jira.mariadb.org/browse/MDEV-33790">MDEV-33790</a>)
</li></ul>
Expand Down
Loading

0 comments on commit 30859ef

Please sign in to comment.