[MDEV-27174] client tools and configuration files Created: 2021-12-06 Updated: 2021-12-13 Resolved: 2021-12-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
command line tools read by default the client section from configuration file and exit with an error, if an entry is not supported. How to repeat: 1) Using non C/C related configuration keywords my.cnf
2) Using Connector/C keywords my.cnf
|
| Comments |
| Comment by Elena Stepanova [ 2021-12-07 ] |
|
Isn't it a definition of the [client] group, that it is read by all client programs (and thus they naturally fail if there is something incomprehensible)? What would be the alternative? |