mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
b8c8405008
magic--
28 lines
608 B
INI
28 lines
608 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]
|
|
plugin-dir=@mysqld.1.plugin-dir
|
|
|
|
[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
|
|
|
|
[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
|