summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2021-10-13 17:57:31 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2021-10-13 18:11:07 +0300
commitd2b4d3ada02253e39cbec7e6ecf656b54a8476d4 (patch)
tree255463efd701130512cf7360ec4e6bbca2ec19f0
parentf1acd9f14bd054b8d8d576c6fe567226c097132d (diff)
downloadmariadb-git-bb-10.5-MDEV-26707-galera.tar.gz
MDEV-26707: SR transaction rolls back locally, but not in clusterbb-10.5-MDEV-26707-galera
Record correct result file.
-rw-r--r--mysql-test/suite/galera_3nodes_sr/r/MDEV-26707.result25
1 files changed, 3 insertions, 22 deletions
diff --git a/mysql-test/suite/galera_3nodes_sr/r/MDEV-26707.result b/mysql-test/suite/galera_3nodes_sr/r/MDEV-26707.result
index a041274162f..8de724c1576 100644
--- a/mysql-test/suite/galera_3nodes_sr/r/MDEV-26707.result
+++ b/mysql-test/suite/galera_3nodes_sr/r/MDEV-26707.result
@@ -71,35 +71,16 @@ connection node_3a;
SET SESSION wsrep_sync_wait = 0;
SET SESSION wsrep_sync_wait = DEFAULT;
connection node_1a;
-Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM mysql.wsrep_streaming_log
-Id User Host db Command Time State Info Progress
-1 system user NULL Sleep 66 wsrep aborter idle NULL 0.000
-2 system user NULL Sleep 66 closing tables NULL 0.000
-10 root localhost test Sleep 58 NULL 0.000
-11 root localhost:52722 test Sleep 56 NULL 0.000
-12 root localhost:52724 test Query 0 starting show full processlist 0.000
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
EXPECT_0
-1
+0
connection node_2a;
-Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM mysql.wsrep_streaming_log
-Id User Host db Command Time State Info Progress
-1 system user NULL Sleep 96 wsrep aborter idle NULL 0.000
-2 system user NULL Sleep 87 closing tables NULL 0.000
-10 root localhost:37222 test Sleep 64 NULL 0.000
-11 root localhost:37228 test Query 0 starting show full processlist 0.000
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
EXPECT_0
-1
+0
connection node_3a;
-Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM mysql.wsrep_streaming_log
-Id User Host db Command Time State Info Progress
-1 system user NULL Sleep 122 wsrep aborter idle NULL 0.000
-2 system user NULL Sleep 117 closing tables NULL 0.000
-10 root localhost:60992 test Sleep 117 NULL 0.000
-11 root localhost:60994 test Query 0 starting show full processlist 0.000
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
EXPECT_0
-1
+0
connection node_1;
DROP TABLE t1;