<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.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://www.sqlines.com/feed.php">
        <title>SQLines Tools mariadb</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-26T14:00:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/mariadb/row_size_too_large?rev=1620817309&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://www.sqlines.com/</link>
        <url>https://www.sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.sqlines.com/mariadb/row_size_too_large?rev=1620817309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-05-12T11:01:49+00:00</dc:date>
        <title>Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535 - MariaDB Migration</title>
        <link>https://www.sqlines.com/mariadb/row_size_too_large?rev=1620817309&amp;do=diff</link>
        <description>During migration to MariaDB you can get the “Row size too large” error for some of your tables, for example:


  CREATE TABLE cust (
     name VARCHAR(4000),
     loc     VARCHAR(4000),
     descr  VARCHAR(4000),
     notes  VARCHAR(4000),
     ref      VARCHAR(500)
  );
  # SQL Error (1118): Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. 
  # This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs</description>
    </item>
</rdf:RDF>
