Re: mysql 5.5 may require mysql_upgrade

2011-03-15 Thread Ian Monroe
That's good to know. :) Ian On Fri, Mar 11, 2011 at 07:08, Alex Merry wrote: > Your branch works for me (with mysql 5.5.9), but I didn't have to (and > never have) run mysql_upgrade. > > Alex > > > > On 06/03/11 02:47, Ian Monroe wrote: >> First off mysql 5.5 apparently ignores the MYSQL_HOME, w

Re: mysql 5.5 may require mysql_upgrade

2011-03-11 Thread Alex Merry
Your branch works for me (with mysql 5.5.9), but I didn't have to (and never have) run mysql_upgrade. Alex On 06/03/11 02:47, Ian Monroe wrote: > First off mysql 5.5 apparently ignores the MYSQL_HOME, which is > disappointing. The branch eean-mysql5.5.9fix addresses this. > > I had to run mysq

mysql 5.5 may require mysql_upgrade

2011-03-05 Thread Ian Monroe
First off mysql 5.5 apparently ignores the MYSQL_HOME, which is disappointing. The branch eean-mysql5.5.9fix addresses this. I had to run mysql_upgrade before it would work though. mysql_library_init just returned non-zero until I ran it, so I assume that was the problem. mysql_upgrade is general