Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Unexpected results
-
Q3/2026 Server Maintenance
Description
perfschema.misc fails on replay
explain select * from performance_schema.threads; |
id select_type table type possible_keys key key_len ref rows Extra |
-1 SIMPLE threads ALL NULL NULL NULL NULL 256 |
+1 SIMPLE threads ALL NULL NULL NULL NULL 0 |
MTR testcase to repro issue: (Say example.test)
--source include/have_perfschema.inc
|
--source include/have_innodb.inc
|
 |
explain select * from performance_schema.threads; |
How to repro
./mtr example.test --record |
./mtr example.test --replay-server |
Attachments
Issue Links
- relates to
-
MDEV-39368 Add mtr --replay-server option to test Optimizer Context Replay
-
- In Progress
-