mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
8fe7b7effd
fixed federated warnings
9 lines
195 B
SQL
9 lines
195 B
SQL
connection master;
|
|
--disable_warnings
|
|
DROP TABLE IF EXISTS federated.t1;
|
|
DROP DATABASE federated;
|
|
|
|
connection slave;
|
|
DROP TABLE IF EXISTS federated.t1;
|
|
DROP DATABASE federated;
|
|
--enable_warnings
|