[MDEV-30079] MySql - Bug 28227 - Cursor fetches null values into variables Created: 2022-11-23 Updated: 2022-11-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Affects Version/s: | 10.4.27 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Carlos Oliveira | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
AWS RDS - 10.4.26-MariaDB-log |
||
| Attachments: |
|
| Description |
|
Also reported as mysql bug => https://bugs.mysql.com/bug.php?id=28227 When using cursor/fetch procedure, the variables became empty when they have same name as table column name. The code below can reproduce it:
|