[MDEV-25391] INSERT RETURNING should be used in Stored Procedures like a SELECT Created: 2021-04-12  Updated: 2021-04-14

Status: Open
Project: MariaDB Server
Component/s: Prepared Statements, Stored routines
Fix Version/s: 10.5

Type: Task Priority: Major
Reporter: Daniel Black Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-25382 cannot set local variable in the RETU... Closed

 Description   

Including:

DECLARE CURSOR FOR INSERT .. RETURNING ...;
SET @a:=(INSERT ... RETURNING ...);
INSERT ... RETURNING ... INTO var;


Generated at Thu Feb 08 09:37:20 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.