1
0
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:
Alexander Barkov
2009-10-21 17:59:47 +05:00
parent d850a57c3b
commit c15f970dc8
19 changed files with 609 additions and 70 deletions

View 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

View File

@ -1,5 +1,6 @@
# Use default setting for mysqld processes
!include default_mysqld.cnf
!include default_client.cnf
[mysqld.1]