Re: table handler error

2005-02-11 Thread Gleb Paharenko
> [MySQL][ODBC 3.51 Driver][mysqld-4.0.20]Got error 5 from table handler > > Can anyone translate this for me and/or point me to a mapping of > table handler error codes to their meanings? > Thanks > > > -- For technical support contracts, goto https://ord

table handler error

2005-02-10 Thread David Mehringer
[MySQL][ODBC 3.51 Driver][mysqld-4.0.20]Got error 5 from table handler Can anyone translate this for me and/or point me to a mapping of table handler error codes to their meanings? Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http

re: Geting continuous errors from Table handler (Error 127)

2002-11-11 Thread Victoria Reznichenko
I have a mysql installed ona RedHat 7.3 machine. The problem is that I am hapdn> getting the error 127 many times. Each time I repair the table and after hapdn> some time (1-2 hours) it happens again. Any comments? hapdn> I am using the RPM shipped with Redhat 7.3. If the tables become corrupted

Re: Geting continuous errors from Table handler (Error 127)

2002-11-11 Thread gerald_clark
How big is the index file. and what type of filesystem is it stored on? Could this be a 2G filesize limit problem? [EMAIL PROTECTED] wrote: Hi, I have a mysql installed ona RedHat 7.3 machine. The problem is that I am getting the error 127 many times. Each time I repair the table and after some

Geting continuous errors from Table handler (Error 127)

2002-11-08 Thread hamidmails
Hi, I have a mysql installed ona RedHat 7.3 machine. The problem is that I am getting the error 127 many times. Each time I repair the table and after some time (1-2 hours) it happens again. Any comments? I am using the RPM shipped with Redhat 7.3. Bellow are the logs: Thanks in advance, Hamid

Re: table handler error 27 (cont'd)

2002-05-11 Thread Benjamin Pflugmann
Hi. Hm. Maybe you have too few free space in your tmp directory? Regards, Benjamin. On Fri, May 10, 2002 at 06:38:19PM -0400, [EMAIL PROTECTED] wrote: > I have checked my file size in my data dir and can't find any files > close to 2GB even looking in subdirs. > > Does this mean th

Re: table handler error 27 (cont'd)

2002-05-10 Thread Augey Mikus
I have checked my file size in my data dir and can't find any files close to 2GB even looking in subdirs. Does this mean that my problem is most likely corruption or could it still be "file too large". Augey Augey Mikus wrote: > when running > select count(distinct value) from table; >

table handler error 27

2002-05-10 Thread Augey Mikus
when running select count(distinct value) from table; on a table with more than 19 million records i got the error: got error 27 from table handler (or something like that) i looked up the error in mysql perror which gave me "file too large" does this have to do with my file size in linux or

BDB Table Handler Error

2001-06-20 Thread Phan Anh Tran
[LogicEngineBean] java.sql.SQLException: General error: Got error -30996 from table handler [LogicEngineBean] at org.gjt.mm.mysql.MysqlIO.sendCommand(MysqlIO.java:498) [LogicEngineBean] at org.gjt.mm.mysql.MysqlIO.sqlQueryDirect(MysqlIO.java:551) [LogicEngineBean] at org.gjt.mm.m

BDB table handler error 30996

2001-05-08 Thread Steve Ruby
when a BDB table is being written to and another thread issues a query I sometimes get this error code. Ideas? The table is fresh it was created by the dumpfile that another thread is loading in while I'm running the count query. this is mysql-max 3.23.37 mysql> select count(*) from _data; +-