*** This bug is a duplicate of bug 49712 ***

Public bug reported:

Launching the script to clean binary-logs it returns

   ERROR 1373 (HY000) at line 1: Target log not found in binlog index

this is due to a bug in line 49, where "| cut -f 1" should be add at the
end of the command executed. The line should look like

   filename=`tail -n $KEEP_BINARY_LOGS $tmp | head -n 1 | cut -f 1`

Bug confirmed by other sources.

** Affects: mysql-dfsg-5.0 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

** This bug has been marked a duplicate of bug 49712
   /etc/cron.daily/mysql-server is broken

-- 
Error in /etc/cron.daily/mysql-server
https://launchpad.net/bugs/62845

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to