Bug#1015293: wrong row targeted with "insert ... on duplicate" and "replace", leading to data corruption

2023-11-30 Thread Otto Kekäläinen
From: https://jira.mariadb.org/browse/MDEV-30046 The commit https://github.com/MariaDB/server/commit/703e73e221a42638f2f05379124b35c57482da93 was never in a pull request nor included on any branch, and `git log -S MDEV-30046` does not yield any results from 10.5 branch, so I assume this issue is

Bug#1015293: wrong row targeted with "insert ... on duplicate" and "replace", leading to data corruption

2022-11-20 Thread Frank Heckenbach
Forwarded: https://jira.mariadb.org/browse/MDEV-30046

Bug#1015293: wrong row targeted with "insert ... on duplicate" and "replace", leading to data corruption

2022-07-18 Thread Frank Heckenbach
Package: mariadb-server-core-10.5 Version: 1:10.5.15-0+deb11u1 Severity: important Using the MySQL interface, these statements: DROP TABLE IF EXISTS t; CREATE TABLE t (s BLOB, n INT, UNIQUE (s)); INSERT INTO t VALUES ('Hrecvx_0004ln-00',1), ('Hrecvx_0004mm-00',1); INSERT INTO t VALUES