You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @asdptkt .
Good catch.
Note that eventslog_reader_sample was meant to be a sample, so not much care was taken to make sure that the digest would match with stats_mysql_query_digest.
In stats_mysql_query_digest, the digest is converted into text here
Hello, I've been building a library to decode ProxySQL binary log based on https://github.com/sysown/proxysql/blob/v2.0.4/tools/eventslog_reader_sample.cpp
The problem is, the resulting hex digest in above tool shows different value than in
stats_mysql_query_digest
table in ProxySQL admin.The tool split the digest hex to two uint32 then hex encode them together, but in the table, it is actually a single uint64 hex.
Should I just do it like in the table?
The text was updated successfully, but these errors were encountered: