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\'.
mysqldump just add parameter like this: --skip-lock-tables
--skip-lock-tables
can avoid this error:
mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'ndbinfo\_version'': Native table 'performance_schema'.'session_variables' has the wrong structure (1682)