Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
.conf:
[client]
host = debian
user = root
ma_default.c: 275: set_option(mysql, "host ", "ebian");
The trailing space and the missing first char are NOT typos..
Previous report: https://jira.mariadb.org/browse/MDEV-12961
Attachments
Issue Links
- is duplicated by
-
MDEV-12961 Client conf files
-
- Stalled
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
.conf:
[client] host = debian user = root ma_default.c: 275: set_option(mysql, "host ", "ebian"); The trailing space and the missing first char are NOT typos.. |
.conf:
[client] host = debian user = root ma_default.c: 275: set_option(mysql, "host ", "ebian"); The trailing space and the missing first char are NOT typos.. Previous report: https://jira.mariadb.org/browse/MDEV-12961 |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 3.0.4 [ 22922 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Link | This issue is duplicated by MDEV-12961 [ MDEV-12961 ] |
issue.field.resolutiondate | 2018-04-18 05:57:32.0 | 2018-04-18 05:57:32.492 |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB connectors [ 86084 ] | MariaDB v4 [ 161105 ] |
The parser is buggy, keys and values containing trailing or leading white spaces are not handled correctly.