polardbxengine/mysql-test/t/1st.test

4 lines
200 B
Plaintext

# 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';