[MDEV-10212] Local routine MEDIUMBLOB variable overwritten while asigning value to another MEDIUMBLOB variable using SELECT INTO Created: 2016-06-10 Updated: 2016-06-10 Resolved: 2016-06-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Affects Version/s: | 5.5.47-galera |
| Fix Version/s: | 5.5.48 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ljubomir Đokić | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | assignment, blob, mediumblob, subroutine, upstream, variable | ||
| Environment: |
Centos 7 |
||
| Description |
|
Using SELECT INTO local routine variable, value is assigned to two distinct variables. Test cast to reproduce issue; Two tables with one row with different values
Calling procedure:
Result:
|
| Comments |
| Comment by Elena Stepanova [ 2016-06-10 ] | |||||||||||||||||||||||||||||||
|
The bug was fixed in 5.5.48 by the following commit (merged from upstream):
|