MySQL Forums
Forum List  »  Newbie

Re: The table '#sql-6ac_9' is full
Posted by: Paolo Valleri
Date: February 29, 2016 03:09AM

Hi,
eventually I fixed this issue by upgrading to the 64bit version.

The table is defined as follow

CREATE TABLE `iset_repman_calculation` (
`rm_k` int(10) NOT NULL DEFAULT '0',
`period_str` char(13) NOT NULL,
`calculation` float(32,20) DEFAULT NULL,
`notes_k` int(10) DEFAULT NULL,
`validation` int(10) NOT NULL DEFAULT '0',
UNIQUE KEY `IX_iset_calculation_f` (`rm_k`,`period_str`),
KEY `IX_iset_calculation_f_1` (`period_str`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=FIXED;

I'll look at your tips, thanks for sharing.

Paolo

Options: ReplyQuote


Subject
Written By
Posted
February 24, 2016 07:16AM
Re: The table '#sql-6ac_9' is full
February 29, 2016 03:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.