boinc/db
David Anderson 8ce3972e21 client and server: increase p_features size from 1024 to 8192.
1024 wasn't enough for some CPUs.
This caused some hosts to not get sse3 app versions, for example.

Note: ideally we'd change this to std::string.
But that would have disrupted the code that populates it
(hostinfo_unix.cpp, hostinfo_win.cpp).
Easier/safer to do it this way.
2023-03-02 14:10:16 -08:00
..
Makefile.am
boinc_db.cpp [linux] Move all fcgi dependent stdio functions to the separate 'boinc_stdio.h' header only file 2023-02-12 19:50:22 +01:00
boinc_db.h Added option to purge retired batches 2019-05-15 15:52:40 +02:00
boinc_db_types.h client and server: increase p_features size from 1024 to 8192. 2023-03-02 14:10:16 -08:00
bolt_constraints.sql
bolt_schema.sql
bossa_constraints.sql
bossa_schema.sql
constraints.sql Make DB work with MySQL 8.0 2020-08-17 20:34:52 -07:00
content.sql Fix comment typos and remove an outdated todo. 2020-05-08 13:40:04 +01:00
db_base.cpp [linux] Move all fcgi dependent stdio functions to the separate 'boinc_stdio.h' header only file 2023-02-12 19:50:22 +01:00
db_base.h Make DB_BASE::insert_id() correctly return numbers exceeding 32bits 2021-03-24 14:30:18 +02:00
init_db
schema.sql Allow invitation codes for create-account RPCs only 2021-01-19 18:48:51 -08:00
schema_condor.sql
schema_locality.sql
schema_vda.sql