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

Use uppercase in stats_mysql_query_digest.digest #4626

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

renecannao
Copy link
Contributor

This fixes a regression introduced in 14ba747 .

Up to ProxySQL 2.5.1 , stats_mysql_query_digest.digest was uppercase . From ProxySQL 2.5.2 to 2.6.4 it became lowercase .

This because we switched from:
sprintf(... 0x16llX ...)

to:
ostringstream ... << "0x" << std::hex ...

mirostauder and others added 2 commits August 27, 2024 09:52
This fixes a regression introduced in 14ba747 .

Up to ProxySQL 2.5.1 , stats_mysql_query_digest.digest was uppercase .
From ProxySQL 2.5.2 to 2.6.4 it became lowercase .

This because we switched from:
sprintf(... 0x16llX ...)

to:
ostringstream ... << "0x" << std::hex ...
@renecannao renecannao merged commit 5d2c1ba into v2.x Aug 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants