X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=main.go;h=0197e8389dc387ae064fd04319697ec105b9cf8e;hb=24183433de0c5d606a4fc1d9f90df0608547bf78;hp=c7de87b4fb3b5532b50bec5298627cdee361c97f;hpb=9c17baa1e5fb1582c5bbed49280a9ee672142332;p=pstop.git diff --git a/main.go b/main.go index c7de87b..0197e83 100644 --- a/main.go +++ b/main.go @@ -116,6 +116,7 @@ func usage() { // be found. func validate_mysql_version(dbh *sql.DB) error { var tables = [...]string{ + "performance_schema.events_waits_summary_global_by_event_name", "performance_schema.file_summary_by_instance", "performance_schema.table_io_waits_summary_by_table", "performance_schema.table_lock_waits_summary_by_table",