mariadb/mysql-test/suite/clone/include/drop_schema.inc
2025-08-11 16:06:58 +05:30

9 lines
130 B
SQL

## Drop test schema
DROP TABLE t1;
DROP TABLE t2;
DROP PROCEDURE execute_dml;
if ($clone_ddl) {
DROP PROCEDURE execute_ddl;
}