Re: Fix for MySQL embedded permissions error on upgrading to MySQL 5.5

2011-03-23 Thread Ian Monroe
On Wed, Mar 23, 2011 at 00:08, Nikhil Marathe wrote: > On Tue, Mar 22, 2011 at 11:54 PM, Ian Monroe wrote: >> It does, but unlike my branch, Nikhil's solution is good for master. >> > Should I commit this? I did. ___ Amarok-devel mailing list Amarok-de

Re: Fix for MySQL embedded permissions error on upgrading to MySQL 5.5

2011-03-22 Thread Nikhil Marathe
On Tue, Mar 22, 2011 at 11:54 PM, Ian Monroe wrote: > It does, but unlike my branch, Nikhil's solution is good for master. > Should I commit this? Nikhil ___ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-dev

Re: Fix for MySQL embedded permissions error on upgrading to MySQL 5.5

2011-03-22 Thread Ian Monroe
It does, but unlike my branch, Nikhil's solution is good for master. Ian On Sun, Mar 20, 2011 at 13:38, Alex Merry wrote: > Isn't this what Ian's eean-mysql5.5.9fix branch fixes? > > Alex > > > > On 20/03/11 17:45, Nikhil Marathe wrote: >> Hi, >> >> If any user/developer updates to MySQL 5.5 (fo

Re: Fix for MySQL embedded permissions error on upgrading to MySQL 5.5

2011-03-20 Thread Alex Merry
Isn't this what Ian's eean-mysql5.5.9fix branch fixes? Alex On 20/03/11 17:45, Nikhil Marathe wrote: > Hi, > > If any user/developer updates to MySQL 5.5 (for example Archlinux now > has 5.5.9), there is a bug in the MySQL build > which stops MYSQL_HOME from being treated as the directory to se

Fix for MySQL embedded permissions error on upgrading to MySQL 5.5

2011-03-20 Thread Nikhil Marathe
Hi, If any user/developer updates to MySQL 5.5 (for example Archlinux now has 5.5.9), there is a bug in the MySQL build which stops MYSQL_HOME from being treated as the directory to search for my.cnf. This leads to permissions errors and a crash. BUG report: http://bugs.mysql.com/bug.php?id=59280