File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/main/java/com/facebook/presto/testing/mysql Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pom.xml.versionsBackup
7
7
test-output /
8
8
/atlassian-ide-plugin.xml
9
9
.idea
10
+ .vscode
10
11
. * .swp
11
12
. * .swo
12
13
dist /
Original file line number Diff line number Diff line change 4
4
5
5
VERSION=5.7.22
6
6
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"
8
8
9
9
LINUX_BASE=mysql-$VERSION -linux-glibc2.12-x86_64
10
10
LINUX_PPC64LE_RPM=MariaDB-server-10.2.36-1.el7.centos.ppc64le.rpm
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ public List<String> getStartArguments()
73
73
else {
74
74
return iList
75
75
.add (
76
+ "--user=root" ,
76
77
"--skip-ssl" ,
77
78
"--disable-partition-engine-check" ,
78
79
"--explicit_defaults_for_timestamp" ,
You can’t perform that action at this time.
0 commit comments