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
Using ProxySQL 2.7.0-11-g3835029 I sometimes get spaces in the digest:
SELECT * FROM workshop_labour_unavailable WHERE Type = 'Workshop' AND Depot = 'STOCK';
Gives a digest of: 0x 6E817ACFD8D15DC
Inserting this into mysql_query_rules results in NULL, causing it to match everything.
Deleting the space works as expected.
The text was updated successfully, but these errors were encountered:
Fix bug #4646
087de77
Closes #4646
Hi @jdlawrie . Thank you for the report!
This is going to be fixed in the next release
Sorry, something went wrong.
d867883
Merge pull request #4648 from sysown/v2.7-4646
d164bd1
Successfully merging a pull request may close this issue.
Using ProxySQL 2.7.0-11-g3835029 I sometimes get spaces in the digest:
SELECT * FROM workshop_labour_unavailable WHERE Type = 'Workshop' AND Depot = 'STOCK';
Gives a digest of: 0x 6E817ACFD8D15DC
Inserting this into mysql_query_rules results in NULL, causing it to match everything.
Deleting the space works as expected.
The text was updated successfully, but these errors were encountered: