Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.35-galera
-
None
Description
same as MDEV-5116 except for galera. Same of having alter table changes propagate.
A solution could be http://www.codership.com/wiki/doku.php?id=rolling_schema_upgrade RSU #2 - finter control
Attachments
Issue Links
- relates to
-
MDEV-5116 MariaDB upgrade breaks replication
-
- Closed
-
The error on the "slave" db1 from the update on db3 is:
Mar 13 03:24:02 db1 mysqld: 140313 3:24:02 [ERROR] Slave SQL: Error 'Duplicate column name 'File_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user add File_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL', Error_code: 1060
Mar 13 03:24:02 db1 mysqld: 140313 3:24:02 [Warning] WSREP: RBR event 1 Query apply warning: 1, 25
Mar 13 03:24:02 db1 mysqld: 140313 3:24:02 [Warning] WSREP: Ignoring error for TO isolated action: source: d0cc6c2f-aa5e-11e3-9913-b2cfc1030243 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 12 trx_id: -1 seqnos (l: 42, g: 25, s: 24, d: 24, ts: 2287771695569)
Mar 13 03:24:02 db1 mysqld: 140313 3:24:02 [ERROR] Slave SQL: Error 'Duplicate column name 'Grant_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user add Grant_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add References_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Index_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Alter_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL', Error_code: 1060
Mar 13 03:24:02 db1 mysqld: 140313 3:24:02 [Warning] WSREP: RBR event 1 Query apply warning: 1, 26
Mar 13 03:24:02 db1 mysqld: 140313 3:24:02 [Warning] WSREP: Ignoring error for TO isolated action: source: d0cc6c2f-aa5e-11e3-9913-b2cfc1030243 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 12 trx_id: -1 seqnos (l: 43, g: 26, s: 25, d: 25, ts: 2287780573237)