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
Re-implement wait event derivation for TiDB activity
- Added _derive_tidb_wait_event() method back
- Maps TiDB states to wait events:
- 'autocommit' -> CPU
- 'wait', 'lock' -> Lock
- 'sync', 'syncing' -> Synch
- Default -> CPU
- Set wait_timer_start/end to match event timers
- Provides required wait event fields for GUI compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments