Skip to content

Fix. db:migrate is failed on MySQL 8

sue445 requested to merge sue445/gitlab-ce:fix_failure_migrate_on_mysql8 into master

What does this MR do?

rake db:migrate is failed on MySQL8.

StandardError: An error has occurred, all later migrations canceled:

Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'system

So I fixed.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by sue445

Merge request reports