Skip to content

Allow keyword-based name argument for remove_concurrent_index_by_name

What does this MR do?

Allows keyword name for remove_concurrent_index_by_name

  • Arguments for remove_concurrent_index_by_name are sometimes used wrongly.
  • This one allows keyword arguments for index name:

Issue #226985 (closed)

remove_concurrent_index_by_name TABLE_NAME, name: INDEX_NAME
remove_concurrent_index_by_name TABLE_NAME, INDEX_NAME

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 Alper Akgun

Merge request reports