Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.1.36
-
None
-
Production
Description
After enabling Monyog Disk Info Collections (8.8.0 version) which enable queries against metadata tables ,to get sizes of tables, and type of tables per engine, PROD server start crashing every 5 min and corrupt innodb tables in one particular server.
According to Monyog the queries run are innofensive but after turning off the Disk info collection the crashes to the server stop.
Example
This query will return TableName and number of records it has. */ SELECT TABLE_SCHEMA AS `Database`, TABLE_NAME AS `Table`, TABLE_ROWS AS `Rows` FROM information_schema.TABLES