[MDEV-18880] Optimizer trace prints date in hexadecimal Created: 2019-03-11 Updated: 2019-06-11 Resolved: 2019-06-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Varun Gupta (Inactive) | Assignee: | Varun Gupta (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In optimizer trace we see
the range on start_date is shown as "ranges": ["0x4ac60f <= start_date"]. |
| Comments |
| Comment by Varun Gupta (Inactive) [ 2019-04-04 ] |
|
A solution for this issue would be to print ASCII characters as themselves and print non-ascii characters as HEX |
| Comment by Alexander Barkov [ 2019-04-23 ] |
|
The patch http://lists.askmonty.org/pipermail/commits/2019-April/013644.html looks OK to push for me. |