Skip to content

Commit

Permalink
Merge pull request percona#16 from percona/PMM-2569_MySQL_8
Browse files Browse the repository at this point in the history
PMM-2569: Update MySQL driver to 1.4.0.
  • Loading branch information
arvenil authored Jun 12, 2018
2 parents a9df2df + 7b77c9b commit 7e4008e
Show file tree
Hide file tree
Showing 1,338 changed files with 233,865 additions and 31,582 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- 127.0.0.1:13306:3306 # user interface
- 127.0.0.1:16032:6032 # admin interface
mysql:
image: mysql:5.7
image: mysql:8.0
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
- MYSQL_USER=monitor
Expand Down
52 changes: 35 additions & 17 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: github.com/percona/proxysql_exporter
import:
- package: github.com/go-sql-driver/mysql
version: ^1.3.0
version: ^1.4.0
- package: github.com/prometheus/client_golang
subpackages:
- prometheus
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/alecthomas/template/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions vendor/github.com/alecthomas/template/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e4008e

Please sign in to comment.