mariadb/storage
Thirunarayanan Balathandayuthapani 7afee25b08 MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist
- Replace statement fails with duplicate key error when multiple
unique key conflict happens. Reason is that Server expects the
InnoDB engine to store the confliciting keys in ascending order.
But the InnoDB doesn't store the conflicting keys
in ascending order.

Fix:
===
- Enable HA_DUPLICATE_KEY_NOT_IN_ORDER for InnoDB storage engine
only when unique index order is different in .frm and innodb dictionary.
2024-11-08 16:46:41 +05:30
..
archive MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
blackhole MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
cassandra Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
columnstore MDEV-33091 pcre2 headers - handle columnstore 2024-09-05 12:14:06 +10:00
connect Fixed connect to not call strlen() over and over again in a loop 2024-10-16 17:24:46 +03:00
csv MDEV-33373 part 2: Unexpected ER_FILE_NOT_FOUND upon reading from logging table after crash recovery 2024-09-30 13:50:51 +02:00
example MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
federated MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
federatedx MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
heap MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
innobase MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist 2024-11-08 16:46:41 +05:30
maria MDEV-34043 Drastically slower query performance between CentOS (2sec) and Rocky (48sec) 2024-08-21 22:47:29 +03:00
mroonga mroonga: remove -Wunused-but-set-variable warnings 2024-10-03 15:05:09 +10:00
myisam MDEV-25060 Freeing overrun buffer, various crashes, ASAN 2024-10-08 13:08:10 +03:00
myisammrg MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
oqgraph MDEV-33746 [fixup] Add suggested overrides in oqgraph 2024-06-25 14:22:25 +08:00
perfschema MDEV-28091 fixup: Fix another pfs_malloc() stub 2024-10-03 08:15:17 +03:00
rocksdb MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
sequence MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
sphinx MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
spider MDEV-26345 Spider GBH should execute original queries on the data node 2024-10-15 15:36:12 +11:00
test_sql_discovery MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
tokudb MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00