[MDEV-16082] character_set_client with MariaDB 10.2.14 Created: 2018-05-03 Updated: 2018-08-10 Resolved: 2018-05-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, Server |
| Affects Version/s: | 10.2.14 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Aurélien LEQUOY | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian 9.4 + 10.2.14-MariaDB-10.2.14+maria~stretch-log |
||
| Description |
|
in my.cnf
in MariaDB
Why ? (i want put everything in utf-8 except character_set_client but look it's not possible anymore with my.cnf the workaround :
full listing : (maybe it's bad, but my goal is only to upgrade the version of MariaDB), and put exactly the same configuration like it's was before.
|
| Comments |
| Comment by Elena Stepanova [ 2018-05-31 ] | |
|
This is because character_set_client does not exist as a command-line or a config-file option, it is only a global/session variable.
but since notes about options are written before the error log is initialized, they are often easy to miss. In documentation, the absence of a command-line/config-file capability can be recognized by not having a line "Commandline" in the description, e.g. here https://mariadb.com/kb/en/library/server-system-variables/#character_set_client you see only
While in the previous option you'll see
| |
| Comment by Aurélien LEQUOY [ 2018-08-10 ] | |
|
it's should be add as config-file option no ? |