<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sqlines.com/feed.php">
        <title>SQLines Tools mysql-to-mariadb</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-26T01:31:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/mysql-to-mariadb/regexp_substr?rev=1768487088&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/mysql-to-mariadb/time_to_sec?rev=1766612119&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://sqlines.com/</link>
        <url>https://sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://sqlines.com/mysql-to-mariadb/regexp_substr?rev=1768487088&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-15T14:24:48+00:00</dc:date>
        <title>REGEXP_SUBSTR Function - MySQL to MariaDB Migration</title>
        <link>https://sqlines.com/mysql-to-mariadb/regexp_substr?rev=1768487088&amp;do=diff</link>
        <description>In MySQL and MariaDB, the REGEXP_SUBSTR function returns the substring that matches the regular expression.

MySQL's REGEXP_SUBSTR allows specifying four parameters, including the starting position and the Nth occurrence, while MariaDB's REGEXP_SUBSTR allows specifying only two parameters.</description>
    </item>
    <item rdf:about="https://sqlines.com/mysql-to-mariadb/time_to_sec?rev=1766612119&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-24T21:35:19+00:00</dc:date>
        <title>TIME_TO_SEC Function - MySQL to MariaDB Migration</title>
        <link>https://sqlines.com/mysql-to-mariadb/time_to_sec?rev=1766612119&amp;do=diff</link>
        <description>In MySQL and MariaDB, the TIME_TO_SEC function converts a time value to the number of seconds past midnight. 

However, in MySQL it returns an integer value, whereas in MariaDB it returns a double. 

MySQL:


  -- Get seconds past midnight
  SELECT TIME_TO_SEC('12:16:46.123456');
  /* 44206 */</description>
    </item>
</rdf:RDF>
