We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you are submitting a reproducible bug report, please provide:
Config: mysql_servers = ( { address="rds-cluster-XXXXXXX.cluster-ro-XXXXXXXXXXX.eu-central-1.rds.amazonaws.com", port=3306, hostgroup=10, max_connections=128 }, { address="rds-cluster-XXXXXXX.cluster-XXXXXXXXXXX.eu-central-1.rds.amazonaws.com", port=3306, hostgroup=20, max_connections=128 }, )
mysql_query_rules = ( { rule_id=100 active=1 match_pattern="^SELECT .* FOR UPDATE" destination_hostgroup=20 apply=1 }, { rule_id=200 active=1 match_pattern="^SELECT ." destination_hostgroup=10 apply=1 }, { rule_id=300 active=1 match_pattern="^SHOW ." destination_hostgroup=10 apply=1 }, { rule_id=400 active=1 match_pattern=".*" destination_hostgroup=20 apply=1 } )
Error: " 2024-12-16 19:02:16 MySQL_Session.cpp:7861:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 10.152.170.121:60142. Setting lock_hostgroup. Please report a bug for future enhancements:SET SESSION cte_max_recursion_depth=1000000"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you are submitting a reproducible bug report, please provide:
Config:
mysql_servers =
(
{ address="rds-cluster-XXXXXXX.cluster-ro-XXXXXXXXXXX.eu-central-1.rds.amazonaws.com", port=3306, hostgroup=10, max_connections=128 },
{ address="rds-cluster-XXXXXXX.cluster-XXXXXXXXXXX.eu-central-1.rds.amazonaws.com", port=3306, hostgroup=20, max_connections=128 },
)
mysql_query_rules =
(
{
rule_id=100
active=1
match_pattern="^SELECT .* FOR UPDATE"
destination_hostgroup=20
apply=1
},
{
rule_id=200
active=1
match_pattern="^SELECT ."
destination_hostgroup=10
apply=1
},
{
rule_id=300
active=1
match_pattern="^SHOW ."
destination_hostgroup=10
apply=1
},
{
rule_id=400
active=1
match_pattern=".*"
destination_hostgroup=20
apply=1
}
)
Error: "
2024-12-16 19:02:16 MySQL_Session.cpp:7861:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 10.152.170.121:60142. Setting lock_hostgroup. Please report a bug for future enhancements:SET SESSION cte_max_recursion_depth=1000000"
The text was updated successfully, but these errors were encountered: