[MCOL-3674] Fix row-based replication detection Created: 2019-12-17 Updated: 2019-12-26 Resolved: 2019-12-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.4.1 |
| Fix Version/s: | 1.4.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Patrick LeBlanc (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Epic Link: | ColumnStore integration in ES in December 2019 | ||||
| Sprint: | 2019-06 | ||||
| Description |
|
When doing an update or delete stmt, and CS is a stmt-replication slave to innodb, CS complains that it can't support row-based replication. We're detecting row-based repl by testing whether the cmd sent is COM_SLAVE_SQL; looks like the meaning of that has changed. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2019-12-26 ] |
|
Please provide step-by-step instruction for reproducing the report issue. Thx |
| Comment by Daniel Lee (Inactive) [ 2019-12-26 ] |
|
The issue has been fixed |