mariadb/mysql-test/suite/perfschema
Kristian Nielsen 6a65db1ac3 Binlog-in-engine: SAVEPOINT fixes.
1. Handle RELEASE SAVEPOINT, removing any released savepoint from the list
of savepoints pending in the cache. Also fix a bug in the server layer;
RELEASE SAVEPOINT removes the specified savepoint _and_ any later
savepoints; engines were not informed of the removal of the later ones, if
any.

2. Fix a bug when spilling non-transactional statement data inside of a
transaction using savepoints. The spill of the statement cache must not
spill any savepoints, those apply only to the trx cache.

Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2025-11-06 10:00:39 +01:00
..
include Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
r Binlog-in-engine: SAVEPOINT fixes. 2025-11-06 10:00:39 +01:00
t Binlog-in-engine: SAVEPOINT fixes. 2025-11-06 10:00:39 +01:00
disabled.def Merge branch '10.5' into bb-10.6-release 2022-08-03 12:19:59 +02:00