On Fri, Jun 08, 2012 at 08:19:00AM +0200, Christian Marillat wrote:
>Please report bug(s).
I found a bug in the package mythtv-database in the file
/etc/cron.weekly/mythtv-database.
The line
OPTIONS="--all --complete-insert --extended-insert --quick --quote-names
--lock-tables"
is not working with „--all” anymore with the testing mysql. mysqldump
says --all is ambigious. And indeed, the man page doesn’t mention any
option --all, but several options starting with it. Checking the man page
from a stable system this option doesn’t exist there either.
But calling mysqldump from a squeeze system shows:
fsing:~# mysqldump –all
Warning: The option '--all' is deprecated and will be removed in a future
release. Please use --create-options instead.
So please replace „--all” with „--create-options”.
Shade and sweet water!
Stephan
--
| Stephan Seitz E-Mail: stse@??? |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |