Bug #97778 performance_schema.global_status Can't find Com_select/insert/update/delete
Submitted: 26 Nov 2019 2:30 Modified: 26 Nov 2019 7:37
Reporter: hiller hiller Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:8.0.18 OS:Linux
Assigned to: CPU Architecture:x86

[26 Nov 2019 2:30] hiller hiller
Description:
performance_schema.global_status Can't find Com_select/insert/update/delete columns

MySQL 8.0.18 version

How to repeat:
mysql> select * from performance_schema.global_status where VARIABLE_NAME like 'Com%';
+--------------------+----------------+
| VARIABLE_NAME      | VARIABLE_VALUE |
+--------------------+----------------+
| Com_stmt_reprepare | 0              |
+--------------------+----------------+
1 row in set (0.00 sec)

mysql> select version();
+-----------+
| version() |
+-----------+
| 8.0.18    |
+-----------+
1 row in set (0.00 sec)
[26 Nov 2019 7:37] MySQL Verification Team
Hello hiller hiller,

Thank you for the report.
Imho this is duplicate of Bug #87645, please see Bug #87645

regards,
Umesh