<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Application on FromDual GmbH</title><link>https://www.fromdual.com/tags/application/</link><description>Recent content in Application on FromDual GmbH</description><generator>Hugo</generator><language>en-GB</language><managingEditor>oli.sennhauser@fromdual.com (Oli Sennhauser)</managingEditor><webMaster>oli.sennhauser@fromdual.com (Oli Sennhauser)</webMaster><copyright>© FromDual GmbH</copyright><lastBuildDate>Mon, 16 May 2022 08:51:19 +0000</lastBuildDate><atom:link href="https://www.fromdual.com/tags/application/index.xml" rel="self" type="application/rss+xml"/><item><title>MariaDB PL/SQL Examples</title><link>https://www.fromdual.com/blog/mariadb-pl-sql/</link><pubDate>Wed, 04 Dec 2019 21:49:04 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mariadb-pl-sql/</guid><description>&lt;h2 id="table-of-contents"&gt;Table of Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mariadb-pl-sql/#begin"&gt;Before you start&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.fromdual.com/blog/mariadb-pl-sql/#infinite-loop"&gt;Infinite Loop Example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="before-you-start"&gt;Before you start&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;SQL&amp;gt; SET SESSION sql_mode='ORACLE';
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="infinite-loop-example"&gt;Infinite Loop Example&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;DELIMITER /

BEGIN

LOOP
 SELECT 'Hello world from MariaDB anonymous PL/SQL block!';
END LOOP; 

END;
/

DELIMITER ;
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Test application for MySQL high availability (HA) set-up</title><link>https://www.fromdual.com/blog/test-application-for-mysql-high/</link><pubDate>Thu, 09 Oct 2008 16:25:00 +0000</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/test-application-for-mysql-high/</guid><description>&lt;p&gt;When I set-up a MySQL HA environment for customers I usually do some final failover tests after configuring the whole beast.&lt;/p&gt;</description></item></channel></rss>