[MDEV-16081] encode decode result data decay Created: 2018-05-03 Updated: 2018-11-01 Resolved: 2018-11-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0.32 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Eun SIk | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Attachments: |
|
| Description |
|
i use heidisql I have a big problem with using the encoding and decode built-in functions, so I'm posting a bug issue. ENCODE('ABC10','11') query result 0x4D5F10253F and this is value use decode function but decode result value "ABC1?" I think the data is broken, but I do not know what the problem is.
|
| Comments |
| Comment by Alice Sherepa [ 2018-05-08 ] | |||||||
|
Result of ENCODE function is a binary string, while result, that is presented in HeidiSQL is hex, and the number is not correct.
| |||||||
| Comment by Elena Stepanova [ 2018-10-04 ] | |||||||
|
So, it's a HeidiSQL bug? It should probably be reported to them, then. |