From 3ef2a2ab81aeb8bb3c35bf344d48a4357ba396ba Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Fri, 9 Dec 2011 23:26:31 +0800 Subject: [PATCH] add mysql55, postgresql91 --- buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy b/buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy index cb249a4e36..739e665b70 100644 --- a/buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy +++ b/buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy @@ -44,7 +44,7 @@ public class DBAllocationHelper { //DBAllocator supports the following DBs private static def supportedDB = ["oracle9i", "oracle10g", "oracle11gR1", "oracle11gR2", "oracle11gR2RAC", "oracle11gR1RAC", - "postgresql82", "postgresql83", "postgresql84", "mysql50", "mysql51", + "postgresql82", "postgresql83", "postgresql84", "postgresql91", "mysql50", "mysql51","mysql55", "db2-91", "db2-97", "mssql2005", "mssql2008R1", "mssql2008R2", "sybase155"]; private static final Map> cache = new HashMap>();