[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-05-23 Thread Jammot Gabriel
Thanks Luis, I have upgraded a server from ubuntu-server 15.10 to 16.04. I have the same problem and fix it with commenting the line with the variable "myisam-recover = BACKUP". I don't have the first variable. Best regard -- You received this bug notification because you are a member of

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-04-26 Thread Thomas
Thanks Luis, this worked for me. Great job. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage notifications about this bug

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-04-19 Thread Luis Mondesi
never mind, the reason was that my /etc/mysql/my.cnf file contained 2 variables that the newer mysqld did not like. Running this shows the error in the log file (/var/log/mysql/error.log): # su - mysql -s /bin/sh -c "/usr/bin/mysqld_safe" The two variables were: [mysqld] ... key_buffer

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-04-19 Thread Luis Mondesi
I got this same error on Ubuntu 16.04 while upgrading to mysql-server 5.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1 --- mysql-5.6 (5.6.28-1) unstable; urgency=medium [ Robie Basak ] * New upstream release. * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel Thibault. - Do not remove .pc in dh_auto_clean as this is

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2016-01-18 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.6 - 5.6.28-1 --- mysql-5.6 (5.6.28-1) unstable; urgency=medium [ Robie Basak ] * New upstream release. * Fix GNU/Hurd build regression (Closes: #793358). Thanks to Samuel Thibault. - Do not remove .pc in dh_auto_clean as this is

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-04 Thread Lars Tangvald
@Robie Yup, I'll post a patch for this -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage notifications

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-04 Thread Lars Tangvald
@Robie Yup, I'll post a patch for this -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage notifications about this bug go to:

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Robie Basak
** Changed in: mysql-5.6 (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Robie Basak
** Changed in: mysql-5.6 (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Lars Tangvald
Will try to get a patch for this up tomorrow. Note that it's not a serious error, just output junk, so the workaround is basically to ignore it :) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Lars Tangvald
Will try to get a patch for this up tomorrow. Note that it's not a serious error, just output junk, so the workaround is basically to ignore it :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Robie Basak
> Is there a work-around or fix for those that get stuck with a bad upgrade? I got the impression that this was a spurious message, ignored in the postinst, and that the daemon starts anyway? If so, you might have a different bug there. Or if this bug as reported also causes the daemon to fail,

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-03 Thread Robie Basak
> Is there a work-around or fix for those that get stuck with a bad upgrade? I got the impression that this was a spurious message, ignored in the postinst, and that the daemon starts anyway? If so, you might have a different bug there. Or if this bug as reported also causes the daemon to fail,

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-01 Thread eggersrj
Is there a work-around or fix for those that get stuck with a bad upgrade? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and other errors To manage

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-12-01 Thread eggersrj
Is there a work-around or fix for those that get stuck with a bad upgrade? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and

Re: [Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-18 Thread Lars Tangvald
Yes, this seems to be something that was copied over from 5.5 and can be removed. -- Lars On 11/18/2015 11:18 AM, 冯宇 wrote: > +1 Same issue here. > > This might be ha_innodb.so and other files not exist in > /usr/lib/mysql/plugin/, but mysql-server-5.5 contains these files. > -- You received

Re: [Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-18 Thread Lars Tangvald
Yes, this seems to be something that was copied over from 5.5 and can be removed. -- Lars On 11/18/2015 11:18 AM, 冯宇 wrote: > +1 Same issue here. > > This might be ha_innodb.so and other files not exist in > /usr/lib/mysql/plugin/, but mysql-server-5.5 contains these files. > -- You received

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-18 Thread 冯宇
+1 Same issue here. This might be ha_innodb.so and other files not exist in /usr/lib/mysql/plugin/, but mysql-server-5.5 contains these files. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-18 Thread 冯宇
+1 Same issue here. This might be ha_innodb.so and other files not exist in /usr/lib/mysql/plugin/, but mysql-server-5.5 contains these files. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu.

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-13 Thread Robie Basak
** Changed in: mysql-5.6 (Ubuntu) Assignee: (unassigned) => Lars Tangvald (lars-tangvald) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb'

[Bug 1468185] Re: Function 'innodb' already exists and other errors

2015-11-13 Thread Robie Basak
** Changed in: mysql-5.6 (Ubuntu) Assignee: (unassigned) => Lars Tangvald (lars-tangvald) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468185 Title: Function 'innodb' already exists and