mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
WL#1349 Use operating system localization to send it as a default client character set
This commit is contained in:
19
mysql-test/include/default_client.cnf
Normal file
19
mysql-test/include/default_client.cnf
Normal file
@ -0,0 +1,19 @@
|
||||
#
|
||||
# We use default-character-set=latin1 to avoid character set auto-detection
|
||||
# when running tests - not to depend on the current machine localization.
|
||||
#
|
||||
|
||||
[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
|
Reference in New Issue
Block a user