<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MySQL Cluster: No more room in index file on FromDual GmbH</title><link>https://www.fromdual.com/blog/mysql-cluster-no-more-room-in-index-file/comment-12/</link><description>Recent content in MySQL Cluster: No more room in index file 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>Tue, 23 Sep 2008 22:18:00 +0200</lastBuildDate><atom:link href="https://www.fromdual.com/blog/mysql-cluster-no-more-room-in-index-file/comment-12/index.xml" rel="self" type="application/rss+xml"/><item><title>MySQL Cluster: No more room in index file</title><link>https://www.fromdual.com/blog/mysql-cluster-no-more-room-in-index-file/comment-12/</link><pubDate>Tue, 23 Sep 2008 22:18:00 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-cluster-no-more-room-in-index-file/comment-12/</guid><description>&lt;p&gt;[http://www.blogger.com/profile/04421029174237420523 Matthew Montgomery] said&amp;hellip;&lt;/p&gt;
&lt;p&gt;In this example I lowered the MaxNoOfOrderedIndexes to 25 and created a bunch of tables, then I got.&lt;/p&gt;
&lt;p&gt;mysql&amp;gt; create table foo23 like foo1;
ERROR 1005 (HY000): Can&amp;rsquo;t create table &amp;lsquo;./test/foo23&amp;rsquo; (errno: 904)
mysql&amp;gt; show warnings;
+&amp;mdash;&amp;mdash;-+&amp;mdash;&amp;mdash;+&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;ndash;+
| Level | Code | Message |
+&amp;mdash;&amp;mdash;-+&amp;mdash;&amp;mdash;+&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;ndash;+
| Error | 1296 | Got error 904 &amp;lsquo;Out of fragment records (increase MaxNoOfOrderedIndexes)&amp;rsquo; from NDB |
| Error | 1005 | Can&amp;rsquo;t create table &amp;lsquo;./test/foo23&amp;rsquo; (errno: 904) |
| Error | 6 | Error on delete of &amp;lsquo;./test/foo23.MYI&amp;rsquo; (Errcode: 2) |
+&amp;mdash;&amp;mdash;-+&amp;mdash;&amp;mdash;+&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;ndash;+
3 rows in set (0.00 sec)&lt;/p&gt;
&lt;p&gt;SHOW WARNINGS really makes a big difference in figuring out what the errors &amp;lsquo;really&amp;rsquo; mean.&lt;/p&gt;</description></item><item><title>MySQL Cluster: No more room in index file</title><link>https://www.fromdual.com/blog/mysql-cluster-no-more-room-in-index-file/comment-11/</link><pubDate>Tue, 23 Sep 2008 19:57:00 +0200</pubDate><author>oli.sennhauser@fromdual.com (Oli Sennhauser)</author><guid>https://www.fromdual.com/blog/mysql-cluster-no-more-room-in-index-file/comment-11/</guid><description>&lt;p&gt;[http://www.blogger.com/profile/04421029174237420523 Matthew Montgomery] said&amp;hellip;&lt;/p&gt;
&lt;p&gt;After any error in mysqld dealing with NDB tables you should always run &amp;ldquo;SHOW WARNINGS&amp;rdquo;. MySQL will only show the last error, which is the mysqld error, &amp;ldquo;no more room in index file&amp;rdquo; at execution time. This means that the NDB error which bubbled up to mysqld won&amp;rsquo;t be displayed unless you use the &amp;ldquo;SHOW WARNINGS&amp;rdquo; command.&lt;/p&gt;</description></item></channel></rss>