This is #3 in a series of blog postings about MySQL Performance Schema.
Today when I list the tables in PERFORMANCE_SCHEMA I see:
mysql> select table_name from information_schema.tables where table_schema = 'performance_schema'; +----------------------------------------------+ | table_name | +----------------------------------------------+ | cond_instances | | events_waits_current | | events_waits_history | | events_waits_history_long | | events_waits_summary_by_event_name | | events_waits_summary_by_instance | | events_waits_summary_by_thread_by_event_name | | file_instances | | file_summary_by_event_name | | file_summary_by_instance | | mutex_instances | | performance_timers | | …[Read more]