boinc/py
David Anderson 90392c3882
database: make it work with utf8mb4
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.
2024-08-09 10:10:21 +02:00
..
Boinc database: make it work with utf8mb4 2024-08-09 10:10:21 +02:00
Makefile.am
boinc_path_config.py.in
db_def_to_py Use 'enum' instead of int/#define for PREEMPT_TYPE and SCHEDULER_STATE. 2023-09-16 12:51:04 -07:00
setup.py.in