[debian-mysql] Bug#637108: Upstream bug with no action there

Mathieu Parent math.parent at gmail.com
Wed Jan 25 16:22:17 UTC 2012


severity 637108 normal
tags 559162 + upstream
forwarded 559162 http://bugs.mysql.com/bug.php?id=29327
tags 637108 + upstream
forwarded 637108 http://bugs.mysql.com/bug.php?id=29327
thanks

Those two bugs (#559162 on MySQL 5.5 and #637108 on MySQL 5.1) are the same.

The upstream (duplicates) bugs are
http://bugs.mysql.com/bug.php?id=49356 and
http://bugs.mysql.com/bug.php?id=29327.

As upstream doesn't seem to move, we should probably include the
simple fix in Debian:

--- /usr/bin/mysqld_multi.orig	2011-08-04 16:14:12.000000000 +0200
+++ /usr/bin/mysqld_multi	2011-08-04 16:15:21.000000000 +0200
@@ -467,7 +467,9 @@
                '/usr/etc/my.cnf',
                ($ENV{MYSQL_HOME} ? "$ENV{MYSQL_HOME}/my.cnf" : undef),
                $opt{'extra-file'},
-               ($ENV{HOME} ? "$ENV{HOME}/.my.cnf" : undef));
+               ($ENV{HOME} ? "$ENV{HOME}/.my.cnf" : undef),
+		</etc/mysql/conf.d/*.cnf>
+		);
 }



Regards
-- 
Mathieu Parent





More information about the pkg-mysql-maint mailing list