mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
12 lines
252 B
PHP
12 lines
252 B
PHP
|
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
|