mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
db1fb6a7e5
deallocation cleanup
11 lines
252 B
SQL
11 lines
252 B
SQL
connection master;
|
|
--disable_warnings
|
|
DROP TABLE IF EXISTS federated.t1;
|
|
DROP DATABASE IF EXISTS federated;
|
|
--enable_warnings
|
|
|
|
connection slave;
|
|
--disable_warnings
|
|
DROP TABLE IF EXISTS federated.t1;
|
|
DROP DATABASE IF EXISTS federated;
|
|
--enable_warnings
|