diff options
author | Nikita Malyavin <nikitamalyavin@gmail.com> | 2022-10-10 19:41:09 +0300 |
---|---|---|
committer | Nikita Malyavin <nikitamalyavin@gmail.com> | 2022-10-12 20:49:45 +0300 |
commit | 128356b4b1cf3c8289ac1ba7e69a44d42e06e40c (patch) | |
tree | a2a1a5b1da8d81d0530d30594aa81f90c9fa865a /mysql-test/main/change_user.result | |
parent | 3cd2c1e8b6fa8435e634360c2ff63f5d645b65dc (diff) | |
download | mariadb-git-128356b4b1cf3c8289ac1ba7e69a44d42e06e40c.tar.gz |
MDEV-29753 An error is wrongly reported during INSERT with vcol index
See also commits aa8a31da and 64678c for a Bug #22990029 fix.
In this scenario INSERT chose to check if delete unmarking is available for
a just deleted record. To build an update vector, it needed to calculate
the vcols as well. Since this INSERT was not IGNORE-flagged, recalculation
failed.
Solutiuon: temporarily set abort_on_warning=true, while calculating the
column for delete-unmarked insert.
Diffstat (limited to 'mysql-test/main/change_user.result')
0 files changed, 0 insertions, 0 deletions