Skip to content

Fix the MySQL version in gitlab-ci.yml

What does this MR do?

Sets a fixed version of mysql to 5.7.24, to work around this a bug that our specs were depending on: From the mysql 5.7.25 changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-25.html

CREATE TABLE ... SELECT could create date columns with “zero” date default values when it should have created them without a default value. (Bug #28022129)

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9323

Does this MR meet the acceptance criteria?

Edited by Bob Van Landuyt

Merge request reports