diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-10-05 20:30:57 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-10-05 20:30:57 +0300 |
commit | 65d0c57c1a2036c8a8c065d3e3bd4f85d0cc5d57 (patch) | |
tree | 9165f331634b0725bcf628390fcfd8a3381f7147 /mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result | |
parent | df97eb1432f91ad13e562111bda393b3650719d0 (diff) | |
parent | c0eda62aec1de8b74ca51791df5ad142dee2ef08 (diff) | |
download | mariadb-git-65d0c57c1a2036c8a8c065d3e3bd4f85d0cc5d57.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result')
-rw-r--r-- | mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result b/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result index bb0fb7bbf0b..7d938f3ef81 100644 --- a/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result +++ b/mysql-test/suite/gcol/r/innodb_virtual_debug_purge.result @@ -148,10 +148,7 @@ lock table t write; connection prevent_purge; commit; connection default; -InnoDB 0 transactions not purged disconnect lock_table; -start transaction with consistent snapshot; -commit; InnoDB 0 transactions not purged set global debug_dbug=@old_dbug; drop table t; |