[MCOL-5197] ColumnStore table does not exist after a rename Created: 2022-08-15 Updated: 2023-02-07 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc, MDB Plugin |
| Affects Version/s: | 6.4.2 |
| Fix Version/s: | 23.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Majdi Bsoul | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7 |
||
| Description |
|
I had a simple ColumnStore table like shown below with simple 2 rows. CREATE TABLE dw_db.orders_test_cs ( ALTER TABLE dw_db.orders_test_cs RENAME TO ds_db.orders_test_cs2; select count |
| Comments |
| Comment by Roman [ 2022-08-16 ] | ||
|
Hi mbsoul.
| ||
| Comment by Roman [ 2022-08-16 ] | ||
|
toddstoffel Why not. develop-6? | ||
| Comment by alexey vorovich (Inactive) [ 2022-08-16 ] | ||
|
toddstoffelMy point is : why do we need to fix it in both releases and not in the highest release only ? we cannot forever maintain old releases. | ||
| Comment by Majdi Bsoul [ 2022-08-16 ] | ||
|
Hi Roman, the workaround you mentioned above should be done after the 'alter' command to take care of the .frm file correct? (actually I tried that when I found the issue, but my update statement kept being rejected because I did not use accents around `schema`. I thought it is a readonly table.) Thanks | ||
| Comment by Roman [ 2022-08-17 ] | ||
|
mbsoul Right, after MDB takes care of .frm. |