-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
1.9.7
-
None
-
Any
-
MOODLE_19_STABLE
-
Easy
If there is an SQL problem, the moodle should report the error it got from SQL server.
Attached is a simple patch which does that.
It has already found two errors which were not due to suggested "maybe the disk is full" error:
1) The SQL error was:Lock wait timeout exceeded; try restarting transaction
fixed by "innodb_lock_wait_timeout = 600" in mysql configuration
2) The SQL error was:MySQL server has gone away
this was due to out-of-memory condition which killed mysql server
- has a non-specific relationship to
-
MDL-14100 Insert into log table failed at Saturday 29th of March 2008 10:11:43 AM. It is possible that your disk is full
-
- Closed
-