Re: ERROR 1114

2006-12-20 Thread Juan Eduardo Moreno
With all of > the chatter about other causes of Error 1114, I'd missed that this file > had grown to it's limit. A small suggestion that you may find useful. You could have used 'optimize table' to free up some space. To make it easier to run optimize table, you can put

Re: ERROR 1114

2006-12-20 Thread Dan Buettner
le there was a line that said: > innodb_data_file_path = ibdata1:10M:autoextend:max:1900M > > This refers to the data file that contains all of my databases. The > number > 1900M is close to the 2G filesize limit on my linux server. With all of > the chatter about other cause

Re: ERROR 1114

2006-12-20 Thread Raj Shekhar
rver. With all of > the chatter about other causes of Error 1114, I'd missed that this file > had grown to it's limit. A small suggestion that you may find useful. You could have used 'optimize table' to free up some space. To make it easier to run optimize table, you

ERROR 1114

2006-12-19 Thread serpent
was a line that said: innodb_data_file_path = ibdata1:10M:autoextend:max:1900M This refers to the data file that contains all of my databases. The number 1900M is close to the 2G filesize limit on my linux server. With all of the chatter about other causes of Error 1114, I'd missed that this file had grown

Re: ERROR 1114 (HY000): The table is full converting a big table from MyISAM to InnoDB on 5.0.18

2006-01-16 Thread Heikki Tuuri
/www.innodb.com/order.php - Original Message - From: ""Patrick Herber"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Sunday, January 15, 2006 4:16 PM Subject: RE: ERROR 1114 (HY000): The table is full converting a big table from MyISAM to InnoDB o

RE: ERROR 1114 (HY000): The table is full converting a big table from MyISAM to InnoDB on 5.0.18

2006-01-15 Thread Patrick Herber
o use innodb_data_file_path? Thanks a lot and regards, Patrick > -Original Message- > From: Jocelyn Fournier [mailto:[EMAIL PROTECTED] > Sent: Sunday, 15 January 2006 15:09 > To: Patrick Herber > Cc: mysql@lists.mysql.com > Subject: Re: ERROR 1114 (HY000): The table is f

Re: ERROR 1114 (HY000): The table is full converting a big table from MyISAM to InnoDB on 5.0.18

2006-01-15 Thread Jocelyn Fournier
using the innodb_file_per_table option but when running the statement ALTER TABLE invoice ENGINE=INNODB; ERROR 1114 (HY000): The table '#sql...' is full (this about one our after the start of the command, when the size of the file was bigger than ca. 70GB (I don't know exactly

ERROR 1114 (HY000): The table is full converting a big table from MyISAM to InnoDB on 5.0.18

2006-01-15 Thread Patrick Herber
ld like to convert this (and other tables) into InnoDB engine. I first tried using the innodb_file_per_table option but when running the statement ALTER TABLE invoice ENGINE=INNODB; ERROR 1114 (HY000): The table '#sql...' is full (this about one our after the start of the command,

error 1114 appearing for some tables and not for other tables

2005-01-17 Thread sirisha gnvg
of 750 rows and 10 columns.All columns type is int.Then we did not get any problem.Next we created table sam2 with 10 columns of 'decimal' type and by the time we inserted 88 rows we got error 1114(HY000):the table 'sam2' is full. Why was that so,in one table we could

Re: ERROR 1114: The table '#sql-3612_4' is full (Solved)

2004-06-20 Thread Van
: > > Hey, All: > > I'm getting: > ERROR 1114: The table '#sql-3612_4' is full when trying to convert a MyISAM > table to HEAP with: > ALTER TABLE ns_sum_cats TYPE=HEAP; > > mysql> describe ns_sum_cats; > +--+---+--+-+--

ERROR 1114: The table '#sql-3612_4' is full

2004-06-20 Thread Van
Hey, All: I'm getting: ERROR 1114: The table '#sql-3612_4' is full when trying to convert a MyISAM table to HEAP with: ALTER TABLE ns_sum_cats TYPE=HEAP; mysql> describe ns_sum_cats; +--+---+--+-+-+---+ | Field| Type | Nu

Re: MySQL 4.0.12 / UPDATE using 2 tables / ERROR 1114: The table is full

2003-04-04 Thread Gerrit Hannaert
It seems this issue will be fixed in 4.0.13, I filed a bug and it was closed with this report: Sinisa Milivojevic: Yes, this is a known problem. It is already fixed in 4.0.13, which will come out this month. This is a patch: = sql/sql_update.cc 1.79 vs 1.80 = *** /tmp/sql_update.cc-1.79

MySQL 4.0.12 / UPDATE using 2 tables / ERROR 1114: The table is full

2003-04-03 Thread Gerrit Hannaert
the 4.0.12 RPM on Linux). UPDATE a, b SET a.date_out='2003-04-03 15:48:06', a.is_dirty_date_out='Y' WHERE a.file_id=b.file_id AND date_out='2099-12-31' AND file_mdate >= '2002-04-03 15:48:06' AND a.storage_id='6'; ERROR 1114: The table 'a&#x

RE: Error 1114 when import mysqldump in InnoDB table

2002-05-29 Thread Informatica Handem
Thanks Luciano. It works. Iago. -Mensaje original- De: Luciano Barcaro [mailto:[EMAIL PROTECTED]] Enviado el: martes 28 de mayo de 2002 19:21 Para: Iago Sineiro CC: MySql Mail List Asunto: Re: Error 1114 when import mysqldump in InnoDB table Hi, the internal space for innodb is full

Re: Error 1114 when import mysqldump in InnoDB table

2002-05-28 Thread Luciano Barcaro
M database in a new innodb database. It gives >me an error saying that the table is full > >ERROR 1114 at line 3035: The table 'LALBARANPR' is full > >These are the values for the innodb variables in the my.cnf file: > >innodb_data_file_path = ibdata1:

Error 1114 when import mysqldump in InnoDB table

2002-05-28 Thread Iago Sineiro
Hi all. I import a mysqldump from MyISAM database in a new innodb database. It gives me an error saying that the table is full ERROR 1114 at line 3035: The table 'LALBARANPR' is full These are the values for the innodb variables in the my.cnf file: innodb_data_file_path = ibd

RE: Error 1114

2002-05-14 Thread Cal Evans
PROTECTED] Subject: Error 1114 I'm trying to create an index on a large-ish table. It runs for about 10 minutes and then I get: ERROR 1114: The table '#sql-3584_4' is full I've started mysqld with --big-tables and even set SQL_BIG_TABLES=1; for good luck but it still keeps er

Error 1114

2002-05-14 Thread Cal Evans
I'm trying to create an index on a large-ish table. It runs for about 10 minutes and then I get: ERROR 1114: The table '#sql-3584_4' is full I've started mysqld with --big-tables and even set SQL_BIG_TABLES=1; for good luck but it still keeps erroring out. Anybod

Re: Error 1114 table full with 14000 error??

2002-01-18 Thread Heikki Tuuri
DB on a linux 2.4.0 >machine >I am doing a "mass import" of a file with some 40 >inserts > and I get a strange "unknown error 1114" >Interestingly enough , this is not exactly >reproducible, i.e. >the error occurs in slightly different import >positions. >

Error 1114 table full with 14000 error??

2002-01-17 Thread moka
I am running Mysql 4.0 with InnoDB on a linux 2.4.0 machine I am doing a "mass import" of a file with some 40 inserts and I get a strange "unknown error 1114" Interestingly enough , this is not exactly reproducible, i.e. the error occurs in slightly different import

Re: ERROR 1114

2001-05-30 Thread Jorge del Conde
MySQL AB, http://www.mysql.com/ /_/ /_/\_, /___/\___\_\/ Mexico City, Mexico <___/ - Original Message - From: "Tomas Carmen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 2:51 PM Subject: ERROR 1114 > Hi: > Someone kn

ERROR 1114

2001-05-30 Thread Tomas Carmen
Hi: Someone knows why I am getting this error after some left joins between 3 tables or more tables. ERROR 1114 at line 292: The table 'SQL202_0' is full It's only whith more than 8000 rows moreless. I'm working with mysql 3.22.27 (server an client) on RH 7.1 Can

Re: Error: 1114

2001-05-20 Thread Thomas Spahni
On Sun, 20 May 2001, Carlos Godoy wrote: > Hello, wich is the meaning of this message. > I don't have a table named 'SQL521ed_0': > Message: General error: The table 'SQL521ed_0' is full > SQLState: S1000 > ErrorCode: 1114 >From the very fine manual about the SET syntax: `SQL_BIG_TABLES = 0 |

Error: 1114

2001-05-20 Thread Carlos Godoy
Hello, wich is the meaning of this message. I don't have a table named 'SQL521ed_0': Message: General error: The table 'SQL521ed_0' is full SQLState: S1000 ErrorCode: 1114 Thanks Carlos Godoy - Before posting, pleas

Re: MySQL error 1114: The table 'SQL7db1e_0' is full

2001-04-06 Thread Gerald Clark
; > tb_b: > id (int) > type_id (int) > value (varchar) > > record on tb_a is 1 and record on tb_b is 1000 > > When I exec that query: > SELECT a.*, b.value AS name > FROM tb_a AS a LEFT JOIN tb_b AS b > ON a.name_sid = b.id AND b.type_id = 1 > ORDER B

MySQL error 1114: The table 'SQL7db1e_0' is full

2001-04-06 Thread Petio Tonev
AS name FROM tb_a AS a LEFT JOIN tb_b AS b ON a.name_sid = b.id AND b.type_id = 1 ORDER BY name ,I receive "MySQL error 1114: The table 'SQL7db1e_0' is full". How I can fix that. Best regards -- Petio To

Re: ERROR 1114: The table 'SQLb07dc_0' is full

2001-02-16 Thread zxcv
ystem size requirement though.) You might want to upgrade depending on your situation. On Fri, 16 Feb 2001, Fred van Engen wrote: > On Fri, Feb 16, 2001 at 09:55:32AM +0100, Chappuis J.-Vincent wrote: > > Hi, > > I have this error when I execute a query : ERROR 1114: The table 'SQ

Re: ERROR 1114: The table 'SQLb07dc_0' is full

2001-02-16 Thread Fred van Engen
On Fri, Feb 16, 2001 at 09:55:32AM +0100, Chappuis J.-Vincent wrote: > Hi, > I have this error when I execute a query : ERROR 1114: The table 'SQLb07dc_0' is full > I can execute other queries without problems but when I want to execute the query : > > SELECT DISTIN

ERROR 1114: The table 'SQLb07dc_0' is full

2001-02-16 Thread Chappuis J.-Vincent
Hi, I have this error when I execute a query : ERROR 1114: The table 'SQLb07dc_0' is full I can execute other queries without problems but when I want to execute the query : SELECT DISTINCT person.* FROM person, training, cursus where training.BRANCH_ID=101 and training.