mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +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
|