Bug #1715 | error 127 from table handler on UPDATE / losing records | ||
---|---|---|---|
Submitted: | 30 Oct 2003 12:58 | Modified: | 30 Nov 2003 18:02 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S2 (Serious) |
Version: | 4.0.15a | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[30 Oct 2003 12:58]
[ name withheld ]
[30 Oct 2003 18:02]
Dean Ellis
There were additional bug fixes in 4.0.16 that may impact your situation. If at all possible you should upgrade to the latest release and see if the problem persists. I have just tested a very heavy UPDATE load against TEXT columns using 4.0.16 and have not had any table corruption.
[25 Nov 2003 2:10]
Jean-Pierre Arneodo
Same for me. Lot of inserts/updates, but unable to reproduce (data are dynamic, no log) Upgrading from 3.23 to 4.0.15 on linux RedHat8 with mysql-standard-4.0.15-pc-linux-i686.tar.gz The error occurs on: SELECT * FROM MyTable WHERE ColumnInt1=4888 ORDER BY ColumnInt2 DESC LIMIT 0,1 Error reported: 1030: Got error 127 from table handler mysql> desc MyTable; +------------------+------+-----+-----------+-------+ | Type | Null | Key | Default | Extra | +------------------+------+-----+-----------+-------+ | int(11) unsigned | | PRI | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | MUL | 0 | | | int(11) unsigned | | | 0 | | | varchar(40) | | UNI | | | | varchar(20) | | MUL | | | | varchar(255) | | | | | | varchar(255) | | | | | | int(11) unsigned | | | 60 | | | int(11) unsigned | | | 0 | | | varchar(10) | | | | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | MUL | 0 | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | varchar(255) | | | | | | int(11) unsigned | | MUL | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | MUL | 1 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | float(15,5) | | | 0.00000 | | | int(11) unsigned | | | 0 | | | float(15,5) | | | 0.00000 | | | float(15,5) | | | 0.00000 | | | float(15,5) | | | 0.00000 | | | float(15,5) | | | 0.00000 | | | float(15,5) | | | 0.00000 | | | varchar(255) | | | GMT | | | float(15,5) | | | 100.00000 | | | float(15,5) | | | 0.00000 | | | float(15,5) | | | 0.00000 | | | int(11) unsigned | | | 1 | | | varchar(255) | | | | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | | int(11) unsigned | | | 0 | | +------------------+------+-----+-----------+-------+ 55 rows in set (0.00 sec)
[14 Feb 2005 22:54]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".