[MCOL-3764] Renaming table causes schema out of sync Created: 2020-02-05 Updated: 2020-07-12 Resolved: 2020-02-11 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 1.4.3 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2020-2 | ||||||||
| Description |
|
Build tested: 1.4.2-1 The follow commands changes the table name in the front end only, and not in the ColumnStore system catalog. ALTER TABLE lineitem RENAME TO lineitem1; |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2020-02-06 ] |
|
Originally broken due to the "ALTER TABLE ENGINE=" patch thinking that the rename didn't need to be executed. |
| Comment by Daniel Lee (Inactive) [ 2020-02-11 ] |
|
Build verified: 1.4.3-1 source |