mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:02:20 +08:00
Mysql Tests: For mysql5.7 integration tests use utf8mb4 charset (#69953)
for mysql5.7 integration tests, use utf8mb4 charset
This commit is contained in:
@ -39,6 +39,7 @@ def integration_test_services():
|
||||
"MYSQL_PASSWORD": "password",
|
||||
},
|
||||
"volumes": [{"name": "mysql57", "path": "/var/lib/mysql"}],
|
||||
"commands": ["docker-entrypoint.sh mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci"],
|
||||
},
|
||||
{
|
||||
"name": "mysql80",
|
||||
|
Reference in New Issue
Block a user