[MDEV-19500] Update with join stopped worked if there is a call to a procedure in a trigger Created: 2019-05-16 Updated: 2019-06-01 Resolved: 2019-05-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Update, Stored routines, Triggers |
| Affects Version/s: | 10.2.24 |
| Fix Version/s: | 10.2.25, 5.5.65, 10.1.41, 10.3.16, 10.4.6 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Anton Avramov | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian stretch, Ubuntu bionic |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
After update of the official deb package to 10.2.24 to our clients we start experience errors of type PROCEDURE xxx does not exist. Attached is and sql script to demonstrate the problem. Funny think is that if you make and update on the table first without the join and then with the join it doesn't throws an error. You can uncomment the commended update in the sql script to see what I mean. |