1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/mysql-test/suite/versioning/r
Aleksey Midenkov 706a8bcb5b MDEV-33470 Unique hash index is broken on DML for system-versioned table
Hash index is vcol-based wrapper (MDEV-371). row_end is added to
unique index. So when row_end is updated unique hash index must be
recalculated via vcol_update_fields(). DELETE did not update virtual
fields, so DELETE HISTORY was getting wrong hash value.

The fix does update_virtual_fields() on vers_update_end() so in every
case row_end is updated virtual fields are updated as well.
2024-10-08 13:08:10 +03:00
..
2024-02-13 14:25:21 +02:00
2020-10-22 17:08:49 +03:00
2023-01-03 16:10:02 +02:00
2023-01-13 10:18:30 +02:00
2022-09-13 16:36:38 +03:00
2020-05-31 10:28:59 +03:00
2020-05-31 10:28:59 +03:00
2023-12-02 01:02:50 +01:00
2021-07-31 22:59:58 +02:00