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

Throttled transactions return MySQL error code 1041 ER_OUT_OF_RESOURCES #12949

Commits on Apr 21, 2023

  1. Throttled transactions return MySQL error code 1041 ER_OUT_OF_RESOURCES

    This error code seems better suited to represent the fact that transactions are
    being throttled by the server due to some form of resource contention than the
    current code 1203 ER_TOO_MANY_USER_CONNECTIONS.
    
    Signed-off-by: Eduardo J. Ortega U <[email protected]>
    ejortegau committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    35e990a View commit details
    Browse the repository at this point in the history