[MDEV-9783] possible error with function insert() Created: 2016-03-23 Updated: 2016-04-21 Resolved: 2016-04-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 5.5 |
| Fix Version/s: | 5.5.48, 10.0.24, 10.1.12 |
| Type: | Bug | Priority: | Minor |
| Reporter: | jose javier | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
windows 10 |
||
| Description |
|
with a table type:
if i execute this two instructions in mariadb 5.5:
result is that dcod returns 'a1234567890' but if i use in version 10.1.12 dcod returns 'a' ¿is that an error? |
| Comments |
| Comment by Elena Stepanova [ 2016-04-21 ] |
|
It was a bug, 'a' is the expected result. |