> [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
[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
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
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
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
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
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;
>
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
[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
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;
+-
10 matches
Mail list logo