diff options
author | Alexander Barkov <bar@mariadb.com> | 2023-05-12 11:51:58 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2023-05-12 12:19:44 +0400 |
commit | b3cdb612491de6070c376bd98d30c5ec9aaffa87 (patch) | |
tree | f641a94dab0ff218e11cc5de5189afcfd91317e3 /man/resolveip.1 | |
parent | 0474466bc2c3e05a160677f1dbabea374e942736 (diff) | |
download | mariadb-git-bb-10.4-bar-MDEV-31250.tar.gz |
MDEV-31250 ROW variables do not get assigned from subselectsbb-10.4-bar-MDEV-31250
ROW variables did not get assigned from subselects in these contexts:
BEGIN
DECLARE r ROW TYPE OF t1;
SET r=(SELECT * FROM t1 WHERE a=1);
END;
BEGIN
DECLARE r ROW TYPE OF t1 DEFAULT (SELECT * FROM t1 WHERE a=1);
END;
All fields of the ROW variable remained NULL.
Diffstat (limited to 'man/resolveip.1')
0 files changed, 0 insertions, 0 deletions