Skip to content

Commit 6a525a9

Browse files
author
KB Crawler
committed
KB crawler nightly commit
1 parent be13d78 commit 6a525a9

File tree

14 files changed

+318
-279
lines changed

14 files changed

+318
-279
lines changed

archive/+changes/index.html

+235-214
Large diffs are not rendered by default.

archive/en/about-mariadb-connector-j/+comments/feed/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: About MariaDB Connector/J</title><link>https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 03 Mar 2025 07:12:49 +0000</lastBuildDate><item><title>MariaDB Connector/J Compatiblity</title><link>https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/4919</link><description>&lt;p&gt;Hi, I am using version of [ mariadb-java-client-1.4.6.jar ]&lt;/p&gt;
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: About MariaDB Connector/J</title><link>https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 04 Mar 2025 01:02:35 +0000</lastBuildDate><item><title>MariaDB Connector/J Compatiblity</title><link>https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/4919</link><description>&lt;p&gt;Hi, I am using version of [ mariadb-java-client-1.4.6.jar ]&lt;/p&gt;
33
&lt;p&gt;And I wonder if this maria connector is compatible to which version of
44
mysql server and mariadb server.&lt;/p&gt;
55
&lt;p&gt;Thanks.&lt;/p&gt;

archive/en/about-mariadb-connector-j/+comments/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Comments - About MariaDB Connector/J
3232
" />
3333
<meta property="og:type" content="article" />
34-
<meta property="og:url" content="https://mariadb.com/kb/en/about-mariadb-connector-j/+comments" />
34+
<meta property="og:url" content="https://mariadb.com/kb/en/about-mariadb-connector-j/+comments/" />
3535
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
3636
<meta property="og:site_name" content="MariaDB KnowledgeBase" />
3737
<meta property="fb:admins" content="514852603" />
@@ -76,7 +76,7 @@
7676
</li>
7777

7878
<li>
79-
<a href="/kb/user/login?next=/kb/en/about-mariadb-connector-j/+comments"> Login</a>
79+
<a href="/kb/user/login?next=/kb/en/about-mariadb-connector-j/+comments/"> Login</a>
8080
</li>
8181

8282
</ul>
@@ -121,7 +121,7 @@
121121

122122

123123
<li>
124-
<a href="/kb/user/login?next=/kb/en/about-mariadb-connector-j/+comments" rel="nofollow">Login</a>
124+
<a href="/kb/user/login?next=/kb/en/about-mariadb-connector-j/+comments/" rel="nofollow">Login</a>
125125
</li>
126126

127127

archive/en/about-mariadb-connector-j/+source/index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ <h1>About MariaDB Connector/J - Source</h1>
315315
<div class="revision_info">
316316
<dl class="table">
317317
<dt>Revision</dt>
318-
<dd><a href="/kb/en/about-mariadb-connector-j/+r/147565/">147565</a></dd>
318+
<dd><a href="/kb/en/about-mariadb-connector-j/+r/148078/">148078</a></dd>
319319
<dt>User</dt>
320320
<dd>
321321
<span class="user" id="user-2">
@@ -324,7 +324,7 @@ <h1>About MariaDB Connector/J - Source</h1>
324324
<dt>Date</dt>
325325
<dd>
326326

327-
<span class="datetime" title="2025-02-17 15:17">2025-02-17 15:17</span></dd>
327+
<span class="datetime" title="2025-03-03 13:22">2025-03-03 13:22</span></dd>
328328
</dl>
329329
</div>
330330

@@ -1032,6 +1032,13 @@ <h1>About MariaDB Connector/J - Source</h1>
10321032
* **Default Value:** ##false##
10331033
* **Introduced:** 3.0.0
10341034

1035+
----
1036+
==== ##prepStmtCacheSize##
1037+
* **Description:** When useServerPrepStmts is enabled, any positive value indicates that a prepared statement cache of the specified size will be used. If the value is less than or equal to zero, the cache will not be enabled. Before 3.0, an option cachePrepStmts was indicatin if cache has to be enable
1038+
* **Data Type:** ##integer##
1039+
* **Default Value:** ##250##
1040+
* **Introduced:** 1.3.0
1041+
10351042
----
10361043
==== ##transactionReplay##
10371044
* **Description:** Enables transaction caching. If a failover occurs before a transaction is committed or rolled back, the transaction&#39;s cached statements are re-executed on the new primary server. Connector/J requires that applications only use idempotent queries. If the number of statements in the transaction cache exceeds transactionReplaySize, caching will be disabled until the transaction is committed or rolled back.
@@ -1111,7 +1118,6 @@ <h1>About MariaDB Connector/J - Source</h1>
11111118
| ##assureReadOnly## | When this parameter enabled when a Failover and Load Balancing Mode is in use, and a read-only connection is made to a host, assure that this connection is in read-only mode by setting the session to read-only.\\Default to false.\\Since 1.3.0, removed in 3.0.0|
11121119
| ##autoReconnect## |If this parameter is enabled and Failover and Load Balancing Mode is **not** in use, the connector will simply try to reconnect to its host after a failure. This is referred to as **Basic Failover**. \\If this parameter is enabled and Failover and Load Balancing Mode is in use, the connector will blacklist the failed host and try to connect to a different host of the same type. This is referred to as **Standard Failover**. \\Default is false.\\since 1.1.7, removed in 3.0.0|
11131120
| ##cachePrepStmts## | if useServerPrepStmts = true, cache the prepared informations in a LRU cache to avoid re-preparation of command. Next use of that command, only prepared identifier and parameters (if any) will be sent to server. This mainly permit for server to avoid reparsing query. \\//Default: true. Since 1.3.0, removed in 3.0.0//|
1114-
| ##prepStmtCacheSize## | if useServerPrepStmts = true, defines the prepared statement cache size that option `cachePrepStmts` use. \\//Default: 250. Since 1.3.0, removed in 3.0.0//|
11151121
| ##callableStmtCacheSize## | This sets the number of callable statements that the driver will cache per VM if &#34;cacheCallableStmts&#34; is enabled.\\//Default: true. Since 1.4.0, removed in 3.0.0//|
11161122
| ##enablePacketDebug## |Driver will save the last 16 MySQL packet exchanges (limited to first 1000 bytes). Hexadecimal value of those packets will be added to stacktrace when an IOException occur.\\This option has no impact on performance but driver will then take 16kb more memory.\\//Default: false. Since 1.6.0, 2.0.1, removed in 3.0.0|
11171123
| ##failoverLoopRetries## |When the connector is searching silently for a valid host, this parameter defines the maximum number of connection attempts the connector will make before throwing an exception.\\This parameter differs from the &#34;retriesAllDown&#34; parameter because this silent search is used in situations where the connector can temporarily workaround the problem, such as by using the master connection to execute reads when the slave connection fails.\\Default: 120.\\since 1.2.0, removed in 3.0.0|

archive/en/about-mariadb-connector-j/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<dt>Modified</dt>
280280
<dd>
281281

282-
<span class="datetime" title="2025-03-03 13:22">6 minutes ago</span></dd>
282+
<span class="datetime" title="2025-03-03 13:22">11 hours, 40 minutes ago</span></dd>
283283

284284
<dt>Type</dt>
285285
<dd>article</dd>

archive/en/full-backup-and-restore-with-mariabackup/+comments/feed/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Full Backup and Restore with Mariabackup</title><link>https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 03 Mar 2025 04:14:32 +0000</lastBuildDate><item><title>Re: Full Backup and Restore with Mariabackup</title><link>https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/6855</link><description>&lt;p&gt;Is it really necessary to stop the MariaDB Server process before restoring files into the &lt;em&gt;datadir&lt;/em&gt;, even if that directory is not empty (expecting to only add new files inside it, and not override any existing file of course)?&lt;/p&gt;
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Full Backup and Restore with Mariadb-backup</title><link>https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Tue, 04 Mar 2025 01:02:48 +0000</lastBuildDate><item><title>Re: Full Backup and Restore with Mariabackup</title><link>https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/6855</link><description>&lt;p&gt;Is it really necessary to stop the MariaDB Server process before restoring files into the &lt;em&gt;datadir&lt;/em&gt;, even if that directory is not empty (expecting to only add new files inside it, and not override any existing file of course)?&lt;/p&gt;
33
&lt;p&gt;I mean, the MariaDB Server process seems to scan the &lt;em&gt;datadir&lt;/em&gt; contents only on start.&lt;br&gt;If new files are copied into it while the process is running, they don’t seem to be taken in account before the process is restarted.&lt;/p&gt;
44
&lt;p&gt;Not needing to stop the server (and rather just restart it at end) should be a big advantage in terms of server unavailability time.&lt;/p&gt;
55
&lt;p&gt;And my own tests running that way didn’t raise any problems doing that.&lt;/p&gt;

archive/en/full-backup-and-restore-with-mariabackup/+comments/index.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="shortcut icon" href="/kb/static/images/favicons/favicon.d122d305dee4.ico" type="image/x-icon" />
1616

1717
<title>
18-
Comments - Full Backup and Restore with Mariabackup
18+
Comments - Full Backup and Restore with Mariadb-backup
1919
- MariaDB Knowledge Base</title>
2020

2121
<link href="/kb/static/css/main.f7633538c846.css" rel="stylesheet" type="text/css" />
@@ -28,10 +28,10 @@
2828

2929
<!-- FB Open Graph tags -->
3030
<meta property="og:title" content="
31-
Comments - Full Backup and Restore with Mariabackup
31+
Comments - Full Backup and Restore with Mariadb-backup
3232
" />
3333
<meta property="og:type" content="article" />
34-
<meta property="og:url" content="https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments" />
34+
<meta property="og:url" content="https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+comments/" />
3535
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
3636
<meta property="og:site_name" content="MariaDB KnowledgeBase" />
3737
<meta property="fb:admins" content="514852603" />
@@ -76,7 +76,7 @@
7676
</li>
7777

7878
<li>
79-
<a href="/kb/user/login?next=/kb/en/full-backup-and-restore-with-mariabackup/+comments"> Login</a>
79+
<a href="/kb/user/login?next=/kb/en/full-backup-and-restore-with-mariabackup/+comments/"> Login</a>
8080
</li>
8181

8282
</ul>
@@ -121,7 +121,7 @@
121121

122122

123123
<li>
124-
<a href="/kb/user/login?next=/kb/en/full-backup-and-restore-with-mariabackup/+comments" rel="nofollow">Login</a>
124+
<a href="/kb/user/login?next=/kb/en/full-backup-and-restore-with-mariabackup/+comments/" rel="nofollow">Login</a>
125125
</li>
126126

127127

@@ -219,7 +219,7 @@
219219

220220

221221

222-
» <a class="node_link crumb" href="/kb/en/full-backup-and-restore-with-mariabackup/">Full Backup and Restore with Mariabackup</a>
222+
» <a class="node_link crumb" href="/kb/en/full-backup-and-restore-with-mariabackup/">Full Backup and Restore with Mariadb-backup</a>
223223

224224

225225
</div>
@@ -237,7 +237,7 @@
237237
<section id="content" class="limited_width col-md-12 clearfix">
238238

239239
<h1>
240-
Comments - Full Backup and Restore with Mariabackup
240+
Comments - Full Backup and Restore with Mariadb-backup
241241
</h1>
242242

243243

@@ -697,7 +697,7 @@ <h1>
697697
<div class="info">
698698

699699

700-
<span class="datetime" title="2020-11-03 22:47">4 years, 3 months ago</span>
700+
<span class="datetime" title="2020-11-03 22:47">4 years, 4 months ago</span>
701701

702702
<span class="user" id="user-9488">
703703
<a href="/kb/user/id/9488" title="Bin Liu">Bin Liu</a>

archive/en/full-backup-and-restore-with-mariabackup/+edit/attachments/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" type="image/png" sizes="16x16" href="/kb/static/images/favicons/favicon-16x16.5801f8f0f34e.png">
1111
<link rel="shortcut icon" href="/kb/static/images/favicons/favicon.d122d305dee4.ico" type="image/x-icon" />
1212

13-
<title>Full Backup and Restore with Mariabackup - MariaDB Knowledge Base</title>
13+
<title>Full Backup and Restore with Mariadb-backup - MariaDB Knowledge Base</title>
1414

1515
<link href="/kb/static/css/main.f7633538c846.css" rel="stylesheet" type="text/css" />
1616

@@ -21,7 +21,7 @@
2121

2222

2323
<!-- FB Open Graph tags -->
24-
<meta property="og:title" content="Full Backup and Restore with Mariabackup" />
24+
<meta property="og:title" content="Full Backup and Restore with Mariadb-backup" />
2525
<meta property="og:type" content="article" />
2626
<meta property="og:url" content="https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+edit/attachments/" />
2727
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
@@ -211,7 +211,7 @@
211211

212212

213213

214-
» <a class="node_link crumb" href="/kb/en/full-backup-and-restore-with-mariabackup/">Full Backup and Restore with Mariabackup</a>
214+
» <a class="node_link crumb" href="/kb/en/full-backup-and-restore-with-mariabackup/">Full Backup and Restore with Mariadb-backup</a>
215215

216216

217217
</div>
@@ -314,7 +314,7 @@
314314

315315
<section id="content" class="limited_width col-md-10 clearfix">
316316

317-
<h1>Full Backup and Restore with Mariabackup</h1>
317+
<h1>Full Backup and Restore with Mariadb-backup</h1>
318318

319319

320320

archive/en/full-backup-and-restore-with-mariabackup/+license/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" type="image/png" sizes="16x16" href="/kb/static/images/favicons/favicon-16x16.5801f8f0f34e.png">
1111
<link rel="shortcut icon" href="/kb/static/images/favicons/favicon.d122d305dee4.ico" type="image/x-icon" />
1212

13-
<title>License for Full Backup and Restore with Mariabackup - MariaDB Knowledge Base</title>
13+
<title>License for Full Backup and Restore with Mariadb-backup - MariaDB Knowledge Base</title>
1414

1515
<link href="/kb/static/css/main.f7633538c846.css" rel="stylesheet" type="text/css" />
1616

@@ -21,7 +21,7 @@
2121

2222

2323
<!-- FB Open Graph tags -->
24-
<meta property="og:title" content="License for Full Backup and Restore with Mariabackup" />
24+
<meta property="og:title" content="License for Full Backup and Restore with Mariadb-backup" />
2525
<meta property="og:type" content="article" />
2626
<meta property="og:url" content="https://mariadb.com/kb/en/full-backup-and-restore-with-mariabackup/+license/" />
2727
<meta property="og:image" content="http://mariadb.comaskmonty-logo.png" />
@@ -211,7 +211,7 @@
211211

212212

213213

214-
» <a class="node_link crumb" href="/kb/en/full-backup-and-restore-with-mariabackup/">Full Backup and Restore with Mariabackup</a>
214+
» <a class="node_link crumb" href="/kb/en/full-backup-and-restore-with-mariabackup/">Full Backup and Restore with Mariadb-backup</a>
215215

216216

217217
</div>
@@ -300,7 +300,7 @@
300300

301301
<section id="content" class="limited_width col-md-10 clearfix">
302302

303-
<h1>License for Full Backup and Restore with Mariabackup</h1>
303+
<h1>License for Full Backup and Restore with Mariadb-backup</h1>
304304

305305

306306

0 commit comments

Comments
 (0)