Skip to content

changed create_db.sql.in to use CHARACTER SET latin1 and COLLATE...

changed create_db.sql.in to use CHARACTER SET latin1 and COLLATE latin1_swedish_ci by default, at database level. This is required by the tango database so it is made explicit. It also simplifies installation for distros that provide a mariadb with default in utf. Finally, it allows to run other databases in other character sets, on the same mariadb service.

Merge request reports