[MDEV-17692] date_format and datetime_format are said to be unused, but are sensitive to wrong values Created: 2018-11-12 Updated: 2018-11-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Variables |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream | ||
| Description |
|
According to documentation, date_format and datetime_format are unused; however, setting them to a value which the server doesn't agree with causes startup failure:
So, the value is at least checked. Maybe some cleanup is due. |