Skip to content

Remove redundant and dead code related to MySQL

Bogdan requested to merge (removed):remove-dead-mysql-code into master

What does this MR do?

This MR is a follow up for 4aa76ddd that removes redundant and dead code related to MySQL. In gitlab-foss!29790 (merged) we removed support for MySQL.

Also, the MR removes FakeInformationSchema override in the tests. Seems like the issue https://github.com/DatabaseCleaner/database_cleaner/issues/347 occurs only for MySQL.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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 Bogdan

Merge request reports