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
cockroachdb/cockroach#74236 --- Release note (sql change): The KV tracing of SQL queries (that could be obtained with %5Cset auto_trace=on,kv) has been adjusted slightly. Previously, we would fully decode the key part of each key-value pair even if some part of the key would not be decoded when tracing is enabled. Now, we won't perform any extra decoding, and parts of the key that aren't decoded are replaced with ?.
Exalate commented:
cockroachdb/cockroach#74236 --- Release note (sql change): The KV tracing of SQL queries (that could be obtained with
%5Cset auto_trace=on,kv
) has been adjusted slightly. Previously, we would fully decode the key part of each key-value pair even if some part of the key would not be decoded when tracing is enabled. Now, we won't perform any extra decoding, and parts of the key that aren't decoded are replaced with?
.Jira Issue: DOC-2270
Jira Issue: DOC-4212
The text was updated successfully, but these errors were encountered: