Skip to content

Commit 5ea69a1

Browse files
takaidohigasiclaude
andcommitted
fix TiDB explain format conversion to MySQL compatible one
- Map all TiDB operator types to MySQL-compatible access types - Add support for additional TiDB operators: - Batch_Point_Get → const (multiple point lookups) - TableRowIDScan → ref (rowid lookup) - TableScan/IndexScan → ALL/index (generic scans) - IndexLookUp → ref (non-unique index lookup) - Improve mapping accuracy for better MySQL compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 48bec2a commit 5ea69a1

File tree

2 files changed

+1114
-121
lines changed

2 files changed

+1114
-121
lines changed

0 commit comments

Comments
 (0)