Skip to content

Force utf8 with mysqldb connections

clayton craft requested to merge craftyguy/mesa_ci_results:fix into master

Depending on distro, or ???, this is sometimes set to the mysqldb default of latin-1, which fails when python3 tries to send sql utf8 strings. This forces the database to use utf8, in more than one way.

Merge request reports

Loading