From: Dan Nelson Date: February 4 2003 7:18pm Subject: Re: Innodb: Limited creation of tables List-Archive: http://lists.mysql.com/mysql/131617 Message-Id: <20030204191841.GB32075@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Feb 04), Shomal Bafna said: > The box is running a MySQL 3.23-47 Max rpm based version on a > Mandrake 8.2 Linux with Duron processor and 256MB Ram. Thera are 10 > InnoDb type tables created and several MyISAM types too (approx 30 > more.). On adding the 11 table of InnoDb type the following error is > displayed: > > ERROR 1005 at line 1: Can't create table './myDB/personalDetails.frm' (errno: 135) $ perror 135 Error code 135: Unknown error: 135 135 = No more room in record file Did you fill up your InnoDB tablespace? -- Dan Nelson dnelson@stripped