Re: purge log fails

2005-05-02 Thread Marten Lehmann
Hello, http://dev.mysql.com/doc/mysql/en/crashing.html I decided to create a bug report as this list is rather for resolving common problems than discussing about the mysql development. Regards Marten -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: purge log fails

2005-04-29 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/mysql/en/crashing.html Marten Lehmann <[EMAIL PROTECTED]> wrote: >> MySQL could die during your query. What is in error log? > > Oh my god, it's really dieing. I haven't looked in the error log before, > because I though, it's just this conn

Re: purge log fails

2005-04-28 Thread Marten Lehmann
MySQL could die during your query. What is in error log? Oh my god, it's really dieing. I haven't looked in the error log before, because I though, it's just this connection that got lost. This is the error-log output: mysqld got signal 11; This could be because you hit a bug. It is also possibl

Re: purge log fails

2005-04-28 Thread Gleb Paharenko
Hello. That's not good: > DBD::mysql::db do failed: Lost connection to MySQL server during query > at /vrmd/admin/cron/apps/purge_logs/purge_logs.pl line 15. MySQL could die during your query. What is in error log? Marten Lehmann <[EMAIL PROTECTED]> wrote: > Hello, > > the curre

purge log fails

2005-04-27 Thread Marten Lehmann
Hello, the current 4.1.11 implementation of PURGE LOGS doesn't seem to work any more. I created a script running once each day doing the following statement: purge master logs before (select adddate(current_timestamp(), interval -4 day)) That way, all logs prior to today - 4 days will become d