Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.4
-
None
-
None
-
2019-06
Description
Upgrade from columnstore 1.2.2 to 1.2.4 failed.
columnstore_upgrade function error occurred.
call columnstore_info.columnstore_upgrade();
ERROR 1146 (42S02): Table 'db.????????' doesn't exist
??????? is multibyte character set table name.
As a workaround we can manually do `alter table NAME comment = ''` on tables.