mirror of
https://github.com/MariaDB/server.git
synced 2025-09-15 13:52:19 +02:00
9 lines
130 B
SQL
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;
|
|
}
|