mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
12 lines
252 B
SQL
12 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
|