Activity log for bug #342578

Date Who What changed Old value New value Message
2009-03-13 23:36:18 Thomas bug added bug
2009-03-18 21:46:59 Mathias Gug mysql-dfsg-5.0: status New Incomplete
2009-03-18 21:46:59 Mathias Gug mysql-dfsg-5.0: importance Undecided Low
2009-03-18 21:46:59 Mathias Gug mysql-dfsg-5.0: statusexplanation Thank you for taking the time to report this bug and helping to make Ubuntu better. Testing mysqldump on hardy shows that /etc/mysql/my.cnf is opened and read: mathiaz@t-mysql-h:~$ strace mysqldump 2>&1 | grep 'my.cnf' stat("/etc/mysql/my.cnf", {st_mode=S_IFREG|0644, st_size=3926, ...}) = 0 open("/etc/mysql/my.cnf", O_RDONLY) = 3 stat("/home/mathiaz/.my.cnf", 0x7fff0d7f0fc0) = -1 ENOENT (No such file or directory) stat("/usr/etc/my.cnf", 0x7fff0d7f0fc0) = -1 ENOENT (No such file or directory) Setting options under mysqldump section in /etc/mysql/my.cnf is also working correctly. Could you outline what doesn't work for you?
2009-03-19 15:01:27 Mathias Gug mysql-dfsg-5.0: status Incomplete Invalid
2009-03-19 15:01:27 Mathias Gug mysql-dfsg-5.0: statusexplanation Thank you for taking the time to report this bug and helping to make Ubuntu better. Testing mysqldump on hardy shows that /etc/mysql/my.cnf is opened and read: mathiaz@t-mysql-h:~$ strace mysqldump 2>&1 | grep 'my.cnf' stat("/etc/mysql/my.cnf", {st_mode=S_IFREG|0644, st_size=3926, ...}) = 0 open("/etc/mysql/my.cnf", O_RDONLY) = 3 stat("/home/mathiaz/.my.cnf", 0x7fff0d7f0fc0) = -1 ENOENT (No such file or directory) stat("/usr/etc/my.cnf", 0x7fff0d7f0fc0) = -1 ENOENT (No such file or directory) Setting options under mysqldump section in /etc/mysql/my.cnf is also working correctly. Could you outline what doesn't work for you?