Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make prepared statement status thread and instance-specific #36949

Merged
merged 1 commit into from Aug 16, 2019

Commits on Aug 16, 2019

  1. Make prepared statement status thread and instance-specific

    This fixes a race condition in system tests where prepared
    statements can be incorrectly parameterized when multiple
    threads observe the mutation of the @prepared_statements
    instance variable on the connection.
    
    Fixes rails#36763
    97jaz committed Aug 16, 2019
    Copy the full SHA
    d553213 View commit details
    Browse the repository at this point in the history