[MCOL-1482] cross-engine update... join... not working when updating innodb tables Created: 2018-06-18 Updated: 2022-03-29 Resolved: 2021-07-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 6.1.1 |
| Type: | New Feature | Priority: | Blocker |
| Reporter: | antoine | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | Compatibility | ||
| Environment: |
debian9, deb package |
||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Sprint: | 2021-9 | ||||||||
| Description |
|
It seems that an update statement cannot update innodb tables with columnstore content here is an example:
a workaround is to create a temp innodb table, insert from columnstore into this table with an INSERT... SELECT..., then update from innodb to innodb, then drop the temp innodb table. But that's a bit complicated and lengthy |
| Comments |
| Comment by Roman [ 2018-06-22 ] |
|
Greetings. |
| Comment by antoine [ 2018-06-22 ] |
|
ok, thanks. too bad. |
| Comment by Daniel Lee (Inactive) [ 2021-07-02 ] |
|
Build verified: 6.1.1 ( Drone #2635) Reproduced the issue in 5.6.1 and verified the fix in 6.1.1. Also tested update on views. |