mariadb/storage/innobase/row
Denis Protivensky 3de6d11321 MDEV-34124: Improve sequences replication with Galera
- use shared key for sequence update certification
- employ native replication's code to apply changes for sequences
which handles all corner cases properly
- fix the tests to allow more transactions using sequences to be
accepted

That way the sequence is always updated to the maximum value
independent of the order of updates, and shared certification keys
allow to improve acceptance ratio of concurrent transactions that
use sequences. It's reflected in the test changes.
2025-11-25 13:01:26 +02:00
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
row0import.cc Fixed that one can compile MariaDB with ASAN with -Wframe-larger-than=16384 2025-09-04 18:08:38 +03:00
row0ins.cc MDEV-34124: Improve sequences replication with Galera 2025-11-25 13:01:26 +02:00
row0log.cc Merge 10.6 into 10.11 2025-09-24 12:48:56 +03:00
row0merge.cc MDEV-16168: Performance regression after MDEV-12288 2025-09-04 08:40:40 +03:00
row0mysql.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-05-26 10:12:14 +05:30
row0purge.cc MDEV-16168: Performance regression after MDEV-12288 2025-09-04 08:40:40 +03:00
row0quiesce.cc Merge 10.6 into 10.11 2025-05-21 07:36:35 +03:00
row0row.cc MDEV-36545: Possible crash in row_raw_format_str() 2025-10-23 09:08:08 +03:00
row0sel.cc MDEV-37619 The forced use of THD accessors hurts InnoDB performance 2025-09-16 15:18:32 +03:00
row0uins.cc MDEV-37619 The forced use of THD accessors hurts InnoDB performance 2025-09-16 15:18:32 +03:00
row0umod.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-05-26 10:12:14 +05:30
row0undo.cc MDEV-32175: Reduce page_align(), page_offset() calls 2024-11-21 11:01:30 +02:00
row0upd.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-05-26 10:12:14 +05:30
row0vers.cc Merge 10.6 into 10.11 2025-10-09 13:29:46 +03:00