boinc/db
David Anderson a42eadad66 server (all components that use DB): don't use MYSQL_OPT_RECONNECT if deprecated
Starting with 8.0.34, the MySQL reconnection option is deprecated,
and using it produces a warning message.
So don't use it with MySQL 8.0.34 and later.

Note: this means that if the MySQL server dies,
long-running programs like the transitioner will stop working,
and you'll have to stop/start the project.
If this proves to be a problem, we could add our own reconnect logic.
2023-08-21 15:57:47 -07:00
..
Makefile.am Server: various fixes for "make install" 2013-08-24 20:36:49 -07:00
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 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +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
constraints.sql Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
content.sql Fix comment typos and remove an outdated todo. 2020-05-08 13:40:04 +01:00
db_base.cpp server (all components that use DB): don't use MYSQL_OPT_RECONNECT if deprecated 2023-08-21 15:57:47 -07: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 Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00
schema_condor.sql Condor: debug set_expire_time RPC 2013-09-17 23:14:57 -07:00
schema_locality.sql - GUI RPC: more replacement of std::string 2010-03-13 04:40:37 +00:00
schema_vda.sql Remove trailing whitespaces. Add CI script to verify in on every commit 2023-05-05 20:08:17 +02:00