latin1, which is also default behavior in MariaDB 10.1
To use another default character set, MariaDB Connector/C has to be build
with CMake parameter -DDEFAUT_CHARSET=name.
If no default client character set was specified, the utf8 character set will be used by default (instead of setting the client character set to server character set)