TiDB can not record replayer stats correcly #49619
Labels
affects-7.1
affects-7.5
severity/moderate
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
plan_replayer_status
table:select * from mysql.plan_replayer_status where sql_digest = ? and plan_digest = ? and origin_sql is not null
2. What did you expect to see? (Required)
We can find
SELECT * from tableA where SUBSTRING_INDEX(tableA.columnC, '_', 1) = tableA.columnA
in the records.3. What did you see instead (Required)
TiDB ignored it.
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: