Skip to content

fix: query events_errors_summary_global_by_error safely #956

Description

@jmrenouard

The SELECT query against performance_schema.events_errors_summary_global_by_error fails when the table is not queryable or not present, causing badprint warnings in the console. Added a check against information_schema.tables to verify existence before querying.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions