diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-06-23 15:49:25 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-06-23 15:49:25 +0200 |
commit | 039cb6f6bfaaeafeb87e6d10c88be2cac87654e7 (patch) | |
tree | 9aea15156b0b488c04b281145c7f6cd7892f122c /debian/additions | |
parent | 8394979aae274a19689102420ebb86580e26f92e (diff) | |
download | mariadb-git-039cb6f6bfaaeafeb87e6d10c88be2cac87654e7.tar.gz |
MDEV-22981: Bad "default-character-set" option in [client] option group 50-client.cnf on Debian/Ubuntu
Remove unsuported parameter by some clients.
Diffstat (limited to 'debian/additions')
-rw-r--r-- | debian/additions/mariadb.conf.d/50-client.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/additions/mariadb.conf.d/50-client.cnf b/debian/additions/mariadb.conf.d/50-client.cnf index 0d1194e67db..4b9bcf78089 100644 --- a/debian/additions/mariadb.conf.d/50-client.cnf +++ b/debian/additions/mariadb.conf.d/50-client.cnf @@ -5,7 +5,7 @@ [client] # Default is Latin1, if you need UTF-8 set this (also in server section) -default-character-set = utf8mb4 +# default-character-set = utf8mb4 # Example of client certificate usage # ssl-cert=/etc/mysql/client-cert.pem |