-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Going forward, BOINC databases should use char encoding utf8mb4 and collation utf8mb4-unicode-ci. Each char can then be up to 4 bytes. MariaDB/InnoDB has a limit of 767 bytes on index keys. That means a limit of 191 chars on indexed fields. Change the size of such fields from 255 to 191 (in some cases less, where indices involve other fields too). create_project: use utf8mb4. This change does not affect existing projects.
- Loading branch information
1 parent
f440acd
commit 90392c3
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters