Mark Leith <[EMAIL PROTECTED]> wrote:
> Do keep in mind that expire_logs_days only gets triggered at a) server 
> start up b) the time a binary log has to roll over.
> 
> If your binary logs do not roll over for quite a period of time (i.e are 
> lower load systems) that still stay up for long periods - you might not 
> see a log expired for some period.

That's a good point, though probably a minor one: At most you would
end up with one binary logfile that's "old" and not deleted.  As soon
as you create a new one, that one would be deleted (if this feature works).

In our case, we flush logs nightly.  (but hardly ever restart mysqld)
  -- Cos

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to