From 1d4f990904d85df5c9ebe260771421be6a17b7c1 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Mon, 6 Feb 2012 13:48:09 -0800 Subject: [PATCH] Bug#62907: mysql_plugin.test fails on a RPM-based install. Disable mysql_plugin as it keeps getting broken by upstream. --- mysql-test/t/disabled.def | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 81600642c15..cd082c42d27 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -15,3 +15,4 @@ sum_distinct-big : Bug#11764126 2010-11-15 mattiasj was not tested archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists mysql_embedded : Bug#12561297 2011-05-14 Anitha Dependent on PB2 changes - eventum#41836 +mysql_plugin : Bug#62907 2012-02-06 mysql_plugin.test fails on a RPM-based install