Update to 8.0.15
This commit is contained in:
parent
a2f0fff156
commit
e1db7120b2
4 changed files with 26 additions and 8 deletions
|
|
@ -1,11 +1,25 @@
|
|||
--- mysql-connector-j-5.1.38/build.xml.orig 2018-05-23 08:15:09.293543900 -0400
|
||||
+++ mysql-connector-j-5.1.38/build.xml 2018-05-23 07:24:52.219543900 -0400
|
||||
@@ -358,7 +358,7 @@
|
||||
From 7e9856cdde756339aa184c24cdb3d6a381bb5f11 Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Janco <jjanco@redhat.com>
|
||||
Date: Fri, 22 Feb 2019 11:08:05 +0100
|
||||
Subject: [PATCH] Fix version detection
|
||||
|
||||
---
|
||||
build.xml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/build.xml b/build.xml
|
||||
index 00b2d7eb..a790ee15 100644
|
||||
--- a/build.xml
|
||||
+++ b/build.xml
|
||||
@@ -362,7 +362,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
|
||||
<not>
|
||||
<and>
|
||||
<equals arg1="${com.mysql.cj.build.jdk.exitstatus}" arg2="0" />
|
||||
<equals arg1="${com.mysql.cj.build.jdk.exitStatus}" arg2="0" />
|
||||
- <contains string="${com.mysql.cj.build.jdk.version}" substring="java version "1.8" casesensitive="true" />
|
||||
+ <contains string="${com.mysql.cj.build.jdk.version}" substring="openjdk version "1.8" casesensitive="true" />
|
||||
</and>
|
||||
</not>
|
||||
</condition>
|
||||
--
|
||||
2.14.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue