mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
30 lines
640 B
INI
30 lines
640 B
INI
#
|
|
# We use default-character-set=latin1 to avoid character set auto-detection
|
|
# when running tests - not to depend on the current machine localization.
|
|
#
|
|
[client]
|
|
loose-disable-ssl-verify-server-cert
|
|
|
|
[mysql]
|
|
default-character-set=latin1
|
|
|
|
[mysqlshow]
|
|
default-character-set=latin1
|
|
|
|
[mysqlimport]
|
|
default-character-set=latin1
|
|
|
|
[mysqlcheck]
|
|
default-character-set=latin1
|
|
|
|
[mysql_upgrade]
|
|
default-character-set=latin1
|
|
|
|
[mysqlslap]
|
|
loose-skip-ssl
|
|
|
|
[mysqltest]
|
|
loose-ssl-ca=@ENV.MYSQL_TEST_DIR/std_data/cacert.pem
|
|
loose-ssl-cert=@ENV.MYSQL_TEST_DIR/std_data/client-cert.pem
|
|
loose-ssl-key=@ENV.MYSQL_TEST_DIR/std_data/client-key.pem
|
|
loose-skip-ssl
|