150814 9:09:14 [ERROR] Native table \'performance_schema\'.\'events_waits_current\' has the wrong structure
150814 9:09:14 [ERROR] Native table \'performance_schema\'.
Same problem here
$ mysqldump -h localhost --lock-all-tables --set-gtid-purged=OFF -u root -p --socket=/var/run/mysqld/mysqld.sock --all-databases > dump.sql
mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'ndbinfo\_version'': Native table 'performance_schema'.'session_variables' has the wrong structure (1682)
Have you test a
$ mysql_upgrade -u root -p
or
$ mysql_upgrade --force -u root -p