[MDEV-7501] alter table exchange partition is not replicated in galera cluster Created: 2015-01-25 Updated: 2015-08-06 Resolved: 2015-08-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Galera, Partitioning |
| Affects Version/s: | 10.0.15-galera |
| Fix Version/s: | 10.0.21-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Leo Kwan | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
RHEL6 |
||
| Description |
|
Even under wsrep_osu_method=TOI, alter table TableName exchange partition P1 with table TableName_P1; is not replicated to other nodes in the cluster. The partition was exchanged on the node which issue the command, and have this line in the error log
To replicate
On node 1, the result is only one row with value 19, on all other node, the result will have two rows value 9,19. |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2015-08-06 ] |
|
https://github.com/MariaDB/server/commit/4c69dc8116950d6bf0b09bfbc31a86d89831a364 |