Skip to content

Commit 0b2715b

Browse files
committed
fix LINUX_PPC64LE_RPM download link
1 parent 6d0bf81 commit 0b2715b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pom.xml.versionsBackup
77
test-output/
88
/atlassian-ide-plugin.xml
99
.idea
10+
.vscode
1011
.*.swp
1112
.*.swo
1213
dist/

testing-mysql-server-5/repack-mysql-5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
VERSION=5.7.22
66
BASEURL="https://dev.mysql.com/get/Downloads/MySQL-5.7"
7-
PPC64LE_BASEURL="http://yum.mariadb.org/10.2/centos/7/ppc64le/rpms/"
7+
PPC64LE_BASEURL="http://archive.mariadb.org/mariadb-10.2.36/yum/centos/7/ppc64le/rpms"
88

99
LINUX_BASE=mysql-$VERSION-linux-glibc2.12-x86_64
1010
LINUX_PPC64LE_RPM=MariaDB-server-10.2.36-1.el7.centos.ppc64le.rpm

testing-mysql-server-5/src/main/java/com/facebook/presto/testing/mysql/EmbeddedMySql5.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public List<String> getStartArguments()
7373
else {
7474
return iList
7575
.add(
76+
"--user=root",
7677
"--skip-ssl",
7778
"--disable-partition-engine-check",
7879
"--explicit_defaults_for_timestamp",

0 commit comments

Comments
 (0)