From c813d9485a3d0c95c4c3085335b5e7d1031f81f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 26 Mar 2018 13:37:45 +0300 Subject: [PATCH] Fix result after commit e27535093d1670fde6034c92366e8128b683b903 --- mysql-test/suite/encryption/r/innodb-discard-import.result | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql-test/suite/encryption/r/innodb-discard-import.result b/mysql-test/suite/encryption/r/innodb-discard-import.result index 3d07706ef09..91314a77177 100644 --- a/mysql-test/suite/encryption/r/innodb-discard-import.result +++ b/mysql-test/suite/encryption/r/innodb-discard-import.result @@ -129,7 +129,6 @@ NOT FOUND /barfoo/ in t2.ibd # t3 yes on expecting NOT FOUND NOT FOUND /tmpres/ in t3.ibd # t4 yes on expecting NOT FOUND -# MDEV-15527 FIXME: Enable this test! NOT FOUND /mysql/ in t4.ibd DROP PROCEDURE innodb_insert_proc; DROP TABLE t1,t2,t3,t4;