Skip to content

Add a new cop to prevent explicit calls for enable_lock_retries!

What does this MR do and why?

Add a new cop to prevent explicit calls for enable_lock_retries!

As the lock-retry mechanism is enforced by default for transactional migrations, we should avoid explicit calls for enable_lock_retries! method.

Related #442354 (closed)

Merge request reports

Loading