Strange mysql NDB Cluster error "The table '' is full"

2009-11-16 Thread Manasi Save
. | Error | 1296 | Got error 625 'Out of memory in Ndb Kernel, hash index part (increase IndexMemory)' from NDB | | Error | 1114 | The table '' is full | | Error | 1180 | Got err

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
Hi, I think you should change the tmpdir variable value to a directory which have enough room to create your temp big table (by default, it points to /tmp dir). Regards, Jocelyn Patrick Herber a écrit : Hello! I have a database with a big table (Data File 45 GB, Index File 30 GB). Since

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
Hello! I have a database with a big table (Data File 45 GB, Index File 30 GB). Since I have some performance troubles with "table-locking" in a multi-user environment (when one of them performs a complex query all the other have to wait up to 1 minute, which is not very nice...), I would like to c

RE: The table '' is full

2005-08-23 Thread Lindh Kenneth
Thanks a ton Shawn, very illuminating. Will try this tomorrow with good hope. :) BR /Kenneth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 23 augusti 2005 16:50 To: Lindh Kenneth Cc: mysql@lists.mysql.com Subject: Re: The table '' is full

Re: The table '' is full

2005-08-23 Thread Gleb Paharenko
Hello. Have a look here: http://dev.mysql.com/doc/mysql/en/full-table.html Your MySQL version is rather old, upgrade to 5.0.11. "Lindh Kenneth" <[EMAIL PROTECTED]> wrote: > When I run a query I get this error-message. It doesn't say which table, = > but I checked all my tables and n

Re: The table '' is full

2005-08-23 Thread SGreen
OK, I *DID* have a major cut and past mistake. In Part A the terms in parentheses in the first CREATE...SELECT... statement should either be erased or delimited as comments (your choice) [EMAIL PROTECTED] wrote on 08/23/2005 10:49:33 AM: > > /* part A - collect the 'required' information */

Re: The table '' is full

2005-08-23 Thread SGreen
"Lindh Kenneth" <[EMAIL PROTECTED]> wrote on 08/23/2005 07:52:23 AM: > When I run a query I get this error-message. It doesn't say which > table, but I checked all my tables and none is near max_table_size. > We have MyISAM-tables and we're using version: 5.0.4 > Any ideas? > > BR /Kenneth > >

The table '' is full

2005-08-23 Thread Lindh Kenneth
When I run a query I get this error-message. It doesn't say which table, but I checked all my tables and none is near max_table_size. We have MyISAM-tables and we're using version: 5.0.4 Any ideas? BR /Kenneth This query works: SELECT

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
I've seen this on the mailing lists just a day ago ('*have a problem'*), and wow! I have a similar problem. None of the suggestions in the online documentation helped. I tried both MyISAM and InnoDB table formats. This obviously only works on MySQL >=4.0 (I'm running the 4.0.12 RPM on Linux). U

Re: Error: The table is full

2003-03-26 Thread Heikki Tuuri
Dyego, - Original Message - From: "Dyego Souza do Carmo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 2:33 PM Subject: Error: The table is full > i'm running the command: > > update con

Error: The table is full

2003-03-26 Thread Dyego Souza do Carmo
i'm running the command: update contratante,pessoa set contratante.endereco = pessoa.endereco ,contratante.cidade = pessoa.cidade ,contratante.bairro = pessoa.bairro ,contratante.estado = pessoa.estado ,contratante.telefone = pessoa.telefone ,contratante.cep = pessoa.cep where (contratante.codpes

Re: The table is full

2002-09-06 Thread Daniel Kiss
.500.000 the > mysql print: > > The table is full. > > > The tables of mysql have a "record limit to insert" ? > > > My system is MySQL 3.23.52/InnoDB > My table handler is InnoDB but in MyISAM the

The table is full

2002-09-06 Thread Dyego Souza do Carmo
I´m inserting 6.000.000 records on a table... but in 3.500.000 the mysql print: The table is full. The tables of mysql have a "record limit to insert" ? My system is MySQL 3.23.52/InnoDB My table handler is InnoDB but in MyISAM the mysql print the message too..

RE: The table is full: bug in 3.22.32?

2001-06-09 Thread Chris Bolt
http://www.mysql.com/doc/F/u/Full_table.html > Hello, > > I tried to make a query to MySQL, the version is: mysql Ver 9.38 Distrib > 3.22.32, for pc-linux-gnu (i686). The result should be about 4843 rows, > but I got this message instead of the result: > ERROR 1114: The table 'SQL22e0b00_0' is

The table is full: bug in 3.22.32?

2001-06-09 Thread Batara Kesuma
Hello, I tried to make a query to MySQL, the version is: mysql Ver 9.38 Distrib 3.22.32, for pc-linux-gnu (i686). The result should be about 4843 rows, but I got this message instead of the result: ERROR 1114: The table 'SQL22e0b00_0' is full When I tried on version: mysql Ver 11.12 Distrib 3.