# Check that we haven't any strange new tables or databases
select schema_name from information_schema.schemata order by schema_name;
show tables in mysql where Tables_in_mysql != 'ndb_binlog_index';