mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
The initial test case for MySQL Bug #33053297 is based on mysql/mysql-server@27130e2507. innobase_get_field_from_update_vector is not a suitable function to fetch updated row info, as well as parent table's update vector is not always suitable. For instance, in case of DELETE it contains undefined data. castade->update vector seems to be good enough to fetch all base columns update data, and besides faster, and less error-prone.
28 KiB
28 KiB