From df96958fb8491fe99c2126a21b3df14c6ee9be85 Mon Sep 17 00:00:00 2001 From: palkan Date: Fri, 23 Oct 2015 20:37:31 +0300 Subject: [PATCH] Use specific mysql version with docker closes #315 --- plugins/mysql/mysql_test.go | 2 +- scripts/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/mysql_test.go b/plugins/mysql/mysql_test.go index b85448740..0a0d86bbf 100644 --- a/plugins/mysql/mysql_test.go +++ b/plugins/mysql/mysql_test.go @@ -28,7 +28,7 @@ func TestMysqlGeneratesMetrics(t *testing.T) { prefix string count int }{ - {"commands", 141}, + {"commands", 147}, {"handler", 18}, {"bytes", 2}, {"innodb", 51}, diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml index 4bd91bbfc..9bc0b3769 100644 --- a/scripts/docker-compose.yml +++ b/scripts/docker-compose.yml @@ -1,5 +1,5 @@ mysql: - image: mysql + image: mysql:5.7 ports: - "3306:3306" environment: