1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-07 17:42:39 +03:00
Files
mariadb/mysql-test/suite
Aleksey Midenkov a7cf0db3d8 MDEV-21011 Table corruption reported for versioned partitioned table after DELETE: "Found a misplaced row"
LIMIT history partitions cannot be checked by existing algorithm of
check_misplaced_rows() because working history partition is
incremented each time another one is filled. The existing algorithm
gets record and tries to decide partition id for it by
get_partition_id(). For LIMIT history it will just get first
non-filled partition.

To fix such partitions it is required to do REBUILD instead of REPAIR.
2019-12-02 11:48:37 +03:00
..
2019-09-03 13:17:32 +03:00
2019-11-12 16:42:58 +02:00
2019-09-27 15:56:15 +03:00
2019-10-31 10:58:06 +01:00
2019-09-03 13:17:32 +03:00
2019-10-31 10:58:06 +01:00
2019-10-12 06:34:09 +03:00
2019-11-06 13:14:31 +02:00
2019-10-18 09:05:27 +03:00
2019-10-09 13:25:11 +03:00
2019-10-12 06:34:09 +03:00
2019-11-06 13:14:31 +02:00
2019-10-10 20:38:44 +03:00
2019-09-03 13:17:32 +03:00
2019-11-12 16:42:58 +02:00
2019-10-31 10:58:06 +01:00
2019-10-31 10:58:06 +01:00