Comment 3 for bug 1112363

Revision history for this message
Ignacio Nin (ignacio-nin) wrote : Re: problems with Percona XtraDB Cluster upgrade 5.5.29

Hello

Laurent, the issues could be related, but it would seem that the package update issue is being triggered by the Abort happening on update time. All these commands (ALTER TABLE...) are performed on the live server and it could be that the server is failing while executing the commands.

Unfortunately I'm being unable to reproduce it in debian squeeze, so please I'd appreciate if you could give me more information:

Is this debian squeeze? Also, could you paste a SHOW CREATE TABLE of the plugin table? This could help me identify if the commands when updating have got anything to do with the error.

This:

ERROR: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE user ADD column Show_v$

is particulary strange, this that command (ALTER TABLE user ADD column Show_view_priv... ) is in the middle of a sequence and it's not ill-written.

Another question -- Is bash installed, or is /bin/bash a symlink to another shell, i.e. dash? That could be helpful.

Thanks!