Skip to content

Commit c9aaaa3

Browse files
author
KB Crawler
committed
KB crawler nightly commit
1 parent a5e1a23 commit c9aaaa3

File tree

25 files changed

+350
-323
lines changed

25 files changed

+350
-323
lines changed

archive/+changes/index.html

+321-294
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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: CREATE FUNCTION UDF</title><link>https://mariadb.com/kb/en/create-function-udf/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/create-function-udf/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Mon, 25 Nov 2024 03:01:10 +0000</lastBuildDate></channel></rss>
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: CREATE FUNCTION UDF</title><link>https://mariadb.com/kb/en/create-function-udf/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/create-function-udf/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Fri, 29 Nov 2024 01:02:51 +0000</lastBuildDate></channel></rss>

archive/en/create-function-udf/+comments/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Comments - CREATE FUNCTION UDF
3232
" />
3333
<meta property="og:type" content="article" />
34-
<meta property="og:url" content="https://mariadb.com/kb/en/create-function-udf/+comments" />
34+
<meta property="og:url" content="https://mariadb.com/kb/en/create-function-udf/+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/create-function-udf/+comments"> Login</a>
79+
<a href="/kb/user/login?next=/kb/en/create-function-udf/+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/create-function-udf/+comments" rel="nofollow">Login</a>
124+
<a href="/kb/user/login?next=/kb/en/create-function-udf/+comments/" rel="nofollow">Login</a>
125125
</li>
126126

127127

archive/en/create-function-udf/+source/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ <h1>CREATE FUNCTION UDF - Source</h1>
311311
<div class="revision_info">
312312
<dl class="table">
313313
<dt>Revision</dt>
314-
<dd><a href="/kb/en/create-function-udf/+r/141016/">141016</a></dd>
314+
<dd><a href="/kb/en/create-function-udf/+r/144542/">144542</a></dd>
315315
<dt>User</dt>
316316
<dd>
317317
<span class="user" id="user-2">
@@ -320,7 +320,7 @@ <h1>CREATE FUNCTION UDF - Source</h1>
320320
<dt>Date</dt>
321321
<dd>
322322

323-
<span class="datetime" title="2024-06-26 12:40">2024-06-26 12:40</span></dd>
323+
<span class="datetime" title="2024-11-28 01:45">2024-11-28 01:45</span></dd>
324324
</dl>
325325
</div>
326326

@@ -359,7 +359,7 @@ <h1>CREATE FUNCTION UDF - Source</h1>
359359
conventions, MariaDB needs to have been dynamically compiled, and your
360360
operating system must support dynamic loading.
361361

362-
For an example, see ##sql/udf_example.cc## in the source tree. For a collection of existing UDFs see http://www.mysqludf.org/.
362+
For an example, see ##sql/udf_example.cc## in the source tree. For a collection of existing UDFs see https://github.com/pluots/sql-udf.
363363

364364
Statements making use of user-defined functions are not
365365
[[unsafe-statements-for-replication|safe for replication]].

archive/en/create-function-udf/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-06-26 12:40">5 months ago</span></dd>
278+
<span class="datetime" title="2024-11-28 01:45">23 hours, 17 minutes ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>
@@ -481,7 +481,7 @@ <h2 class="anchored_heading" id="description">Description</h2>
481481
<p>UDFs need to be written in C, C++ or another language that uses C calling
482482
conventions, MariaDB needs to have been dynamically compiled, and your
483483
operating system must support dynamic loading.</p>
484-
<p>For an example, see <code>sql/udf_example.cc</code> in the source tree. For a collection of existing UDFs see <a href="http://www.mysqludf.org/">http://www.mysqludf.org/</a>.</p>
484+
<p>For an example, see <code>sql/udf_example.cc</code> in the source tree. For a collection of existing UDFs see <a href="https://github.com/pluots/sql-udf">https://github.com/pluots/sql-udf</a>.</p>
485485
<p>Statements making use of user-defined functions are not
486486
<a href="/kb/en/unsafe-statements-for-replication/">safe for replication</a>.</p>
487487
<p>For creating a stored function as opposed to a user-defined function, see
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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: Limiting Size of Created Disk Temporary Files and Tables Overview</title><link>https://mariadb.com/kb/en/limiting-size-of-created-disk-temporary-files-and-tables-overview/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/limiting-size-of-created-disk-temporary-files-and-tables-overview/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Thu, 28 Nov 2024 01:03:30 +0000</lastBuildDate></channel></rss>
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Limiting Size of Created Disk Temporary Files and Tables Overview</title><link>https://mariadb.com/kb/en/limiting-size-of-created-disk-temporary-files-and-tables-overview/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/limiting-size-of-created-disk-temporary-files-and-tables-overview/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Fri, 29 Nov 2024 01:02:33 +0000</lastBuildDate></channel></rss>

archive/en/limiting-size-of-created-disk-temporary-files-and-tables-overview/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<dt>Modified</dt>
284284
<dd>
285285

286-
<span class="datetime" title="2024-11-27 10:36">14 hours, 27 minutes ago</span></dd>
286+
<span class="datetime" title="2024-11-27 10:36">1 day, 14 hours ago</span></dd>
287287

288288
<dt>Type</dt>
289289
<dd>article</dd>

archive/en/mariabackup-options/+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: Mariabackup Options</title><link>https://mariadb.com/kb/en/mariabackup-options/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/mariabackup-options/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Thu, 28 Nov 2024 01:03:26 +0000</lastBuildDate><item><title>Re: Mariabackup Options</title><link>https://mariadb.com/kb/en/mariabackup-options/+comments/6931</link><description>&lt;p&gt;I have tried the restore option with --copy-back but it gives me error &lt;/p&gt;
2+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>MariaDB Knowledge Base Comments for: Mariabackup Options</title><link>https://mariadb.com/kb/en/mariabackup-options/+comments/feed/</link><description></description><atom:link href="https://mariadb.com/kb/en/mariabackup-options/+comments/feed/" rel="self"></atom:link><language>en-us</language><lastBuildDate>Fri, 29 Nov 2024 01:02:29 +0000</lastBuildDate><item><title>Re: Mariabackup Options</title><link>https://mariadb.com/kb/en/mariabackup-options/+comments/6931</link><description>&lt;p&gt;I have tried the restore option with --copy-back but it gives me error &lt;/p&gt;
33
&lt;p&gt;'Original data directory C:/Program Files/&lt;a href="/kb/en/what-is-mariadb-103/"&gt;MariaDB 10.3&lt;/a&gt;/data is not empty!'&lt;/p&gt;
44
&lt;p&gt;- i have multiple instances of MDB running on the same windows server&lt;/p&gt;
55
&lt;p&gt;- i have stopped the coresponding services to the instance i am trying to restore&lt;/p&gt;

archive/en/mariabackup-options/+comments/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h1>
263263
<div class="info">
264264

265265

266-
<span class="datetime" title="2024-11-13 16:08">2 weeks ago</span>
266+
<span class="datetime" title="2024-11-13 16:08">2 weeks, 1 day ago</span>
267267

268268
<span class="user" id="user-15999">
269269
<a href="/kb/user/id/15999" title="Amr Abdelhakim">Amr Abdelhakim</a>

archive/en/mariabackup-options/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="2024-11-27 10:32">14 hours, 30 minutes ago</span></dd>
282+
<span class="datetime" title="2024-11-27 10:32">1 day, 14 hours ago</span></dd>
283283

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

archive/en/mariadb-10-11-8-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:11">11 hours, 52 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:11">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-10-11-9-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:25">15 hours, 37 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:25">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-10-4-34-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:09">11 hours, 53 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:09">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-10-5-25-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:11">11 hours, 52 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:11">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-10-5-26-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:26">15 hours, 37 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:26">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-10-6-18-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:11">11 hours, 52 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:11">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-10-6-19-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:24">15 hours, 38 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:24">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-0-6-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:10">11 hours, 52 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:10">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-1-5-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:10">11 hours, 53 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:10">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-1-6-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:25">15 hours, 37 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:25">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-2-4-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 13:10">11 hours, 53 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 13:10">1 day, 11 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-2-5-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:25">15 hours, 37 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:25">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-4-3-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:25">15 hours, 37 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:25">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-5-2-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:25">15 hours, 37 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:25">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

archive/en/mariadb-11-6-1-release-notes/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
<dt>Modified</dt>
276276
<dd>
277277

278-
<span class="datetime" title="2024-11-27 09:54">15 hours, 8 minutes ago</span></dd>
278+
<span class="datetime" title="2024-11-27 09:54">1 day, 15 hours ago</span></dd>
279279

280280
<dt>Type</dt>
281281
<dd>article</dd>

0 commit comments

Comments
 (0)