Skip to content

Commit fec2fd6

Browse files
committed
Merge 10.11 into 11.0
2 parents 62243c4 + a79fb66 commit fec2fd6

File tree

490 files changed

+14825
-4686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+14825
-4686
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ mini-benchmark:
510510
- |
511511
mariadb --skip-column-names -e "SELECT @@version, @@version_comment" | tee /tmp/version
512512
grep $MARIADB_MAJOR_VERSION /tmp/version || echo "MariaDB didn't install properly"
513-
- yum install -y sysbench procps-ng perf util-linux || yum install -y https://kojipkgs.fedoraproject.org//packages/luajit/2.0.4/3.el7/x86_64/luajit-2.0.4-3.el7.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/sysbench/1.0.17/2.el7/x86_64/sysbench-1.0.17-2.el7.x86_64.rpm https://kojipkgs.fedoraproject.org//packages/ck/0.5.2/2.el7/x86_64/ck-0.5.2-2.el7.x86_64.rpm
513+
- yum install -y sysbench procps-ng perf flamegraph flamegraph-stackcollapse-perf util-linux dnf-utils
514514
- /usr/share/mysql/mini-benchmark
515-
- cp -av */sysbench-run-*.log */metrics.txt .. # Move files one level down so they can be saved as artifacts
515+
- cp -av */sysbench-run-*.log */metrics.txt . # Move files one level down so they can be saved as artifacts
516516
artifacts:
517517
when: always
518518
paths:

0 commit comments

Comments
 (0)