USE ndbinfo; call mtr.add_suppression("Can\'t create database \'performance_schema\'; database exists"); SELECT COUNT(*) FROM nodes; COUNT(*) 2 DROP TABLE ndbinfo.ndb$nodes; SELECT COUNT(*) FROM nodes; ERROR HY000: View 'ndbinfo.nodes' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them # restart:--upgrade=FORCE SELECT COUNT(*) FROM nodes; COUNT(*) 2