1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge branch '11.2' into 11.3

This commit is contained in:
Oleksandr Byelkin
2023-11-14 18:33:03 +01:00
618 changed files with 17156 additions and 9729 deletions

View File

@@ -6,6 +6,10 @@
--source include/big_test.inc
let $MYSQLD_DATADIR= `select @@datadir`;
SET GLOBAL innodb_max_purge_lag_wait=0;
connect (stop_purge,localhost,root);
START TRANSACTION WITH CONSISTENT SNAPSHOT;
connection default;
#
# Test for BUG# 12739098, check whether trx->error_status is reset on error.
@@ -155,6 +159,7 @@ SET DEBUG_SYNC='now SIGNAL log2';
--connection con1
reap;
--disconnect con1
--disconnect stop_purge
--connection default
SET DEBUG_SYNC='RESET';
DROP TABLE t1;