From 2ed54611c7541ec2dfcbe2b7719fb3450aba586e Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 19 Sep 2023 22:23:59 +0300 Subject: [PATCH] Disabled gcol.innodb_virtual_fk Constant failures with: "InnoDB: tried to purge non-delete-marked record in index" --- mysql-test/suite/gcol/disabled.def | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mysql-test/suite/gcol/disabled.def diff --git a/mysql-test/suite/gcol/disabled.def b/mysql-test/suite/gcol/disabled.def new file mode 100644 index 00000000000..4580eefa141 --- /dev/null +++ b/mysql-test/suite/gcol/disabled.def @@ -0,0 +1,12 @@ +############################################################################## +# +# List the test cases that are to be disabled temporarily. +# +# Separate the test case name and the comment with ':'. +# +# : BUG# +# +# Do not use any TAB characters for whitespace. +# +############################################################################## +gcol.innodb_virtual_fk: Constant failures "InnoDB: tried to purge non-delete-marked record in index"