mysql-server/mysql-test/t/1st.test
2025-03-05 14:31:37 +07:00

3 lines
200 B
Text

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