Details
-
Bug
-
Resolution: Duplicate
-
Major
-
COmanage Registry 4.4.2 (Sparkling Summit MR2)
-
None
Description
With debug set to 2, the output of ./Console/cake database includes this when run with MySQL 8.x:
Query: ALTER TABLE cm_co_announcements ADD INDEX cm_co_announcements_i4 (`body`) failed. BLOB/TEXT column 'body' used in key specification without a key length |
Possibly failed to update database schema
|
|
This command run by hand succeeds:
ALTER TABLE cm_co_announcements ADD INDEX cm_co_announcements_i4 (`body`(64)); |
Attachments
Issue Links
- is duplicated by
-
CO-2917 DatabaseShell errors with MySQL 8.x
-
- Resolved
-