mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 21:50:25 +00:00

Reasoning being: * The result_set and other APIs are nicer to use. * We use mariadb on our server rather than mysql, so this would minimize the chance of any incompatibilities. * The mysql C++ connector 1.1 isn't compatible with with c++17 (https://stackoverflow.com/q/47284705).