Bug #6306 Got error 127 from storage engine
Submitted: 28 Oct 2004 14:31 Modified: 28 Oct 2004 22:24
Reporter: ledru cyril Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S1 (Critical)
Version:4.1.7 OS:Windows (Windows 2000)
Assigned to: CPU Architecture:Any

[28 Oct 2004 14:31] ledru cyril
Description:
I have this error "Got error 127 from storage engine", my application Java execute : select and update.

Thank you.

java.sql.SQLException: General error,  message from server: "Got error 127 from storage engine"
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1977)
	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1163)
	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1272)
	at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1218)
	at com.mysql.jdbc.Connection.execSQL(Connection.java:2233)
	at com.mysql.jdbc.Connection.execSQL(Connection.java:2181)
	at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1254)
	at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1200)

How to repeat:

i don't know.

if i use mysql 4.0.21, i dont have this problem.
[28 Oct 2004 22:24] Hartmut Holzgraefe
$ perror 127
MySQL error:  127 = Record-file is crashed

CHECK / REPAIR your tables your tables please
[3 Nov 2004 13:20] ledru cyril
thank you.