[MDEV-9623] INFORMATION_SCHEMA.ROUTINES.ROUTINE_DEFINITION does not handle binary literals well Created: 2016-02-24 Updated: 2018-07-31 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
This SQL script returns:
Note, if I now run a new terminal using utf8 as a character set and run this query:
it returns
The expected result would be to replace the literal to X'HHHH' notation. |