CVE-2025-30722: fix mariadb-dump wrong quoting character by using ' not "
and using quoteforequal()
CVE-2025-30693: fix incorrect undo logging for indexes on virtual columns
by properly encoding/decoding large index IDs in InnoDB undo log records
CVE-2025-21490: fix assertion failure on cascade by skipping virtual columns
in the update vector of the parent table during foreign key cascade operations
CVE-2023-52969: fix INSERT..SELECT crash when target table appears in a
derived table within the SELECT clause
CVE-2023-52970: fix crash in SHOW GRANTS when user has column-level privileges
on a table that has been dropped
mariadb-mtr.patch: fix MTR port allocation to avoid port conflicts during parallel tests