[MCOL-3391] columnstore_upgrade failed from 1.2.2 to 1.2.4 when database including multibyte table name Created: 2019-06-24 Updated: 2020-08-25 Resolved: 2019-07-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.4 |
| Fix Version/s: | 1.2.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nilnandan Joshi | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2019-06 |
| Description |
|
Upgrade from columnstore 1.2.2 to 1.2.4 failed. call columnstore_info.columnstore_upgrade(); ??????? is multibyte character set table name. As a workaround we can manually do `alter table NAME comment = ''` on tables. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2019-06-25 ] | |||||||||||||||||||||||
|
Fix the procedure to work with utf8 table names. For customers who hit this in 1.2.4:
| |||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2019-07-05 ] | |||||||||||||||||||||||
|
Build verified: 1.2.5-1 nightly erver commit: Reproduced issue in 1.2.4-1 |