Bug #13971 | Input/Output Error: binlog file timestamp updates but no data appended to log | ||
---|---|---|---|
Submitted: | 12 Oct 2005 17:46 | Modified: | 14 Nov 2005 11:34 |
Reporter: | Jesse Langhoff | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.14-max-log | OS: | Linux (RHEL ES Release 3) |
Assigned to: | CPU Architecture: | Any |
[12 Oct 2005 17:46]
Jesse Langhoff
[13 Oct 2005 20:56]
Heikki Tuuri
Jesse, it is not an InnoDB log file but a MySQL binlog file.
[14 Oct 2005 11:34]
Valeriy Kravchuk
Thank you for a problem report. Please, provide your hardware description, any ideas on why this I/O error can happen (df -k results may be useful), your MySQL configuration (my.cnf content). Please, send the error log for the appropriate period. Just to be sure there is nothin interresting in it.
[15 Nov 2005 0:00]
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".
[18 Jun 2008 15:46]
Ryan Deschamps
We encountered this error, and our example had to do with interfacing rather than a bug. We had MYSQL running in a telnet window and a PHP form submitting an "INSERT INTO" query. The form was submitting correct form information, but we could find no evidence of the new data in MYSQL from the telnet interface when we ran the "SELECT" query. However, the autonumbers were increasing. After some wasted time, we discovered that the new data was being entered, and a restart of the telnet immediately proved the problem was no problem at all. Solution: remember either to test your INSERT queries from PHP or to restart the telnet connection.