mirror of
https://github.com/MariaDB/server.git
synced 2025-12-25 05:35:44 +01: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;
|
|
}
|