mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
6 lines
131 B
SQL
6 lines
131 B
SQL
SET FOREIGN_KEY_CHECKS=0;
|
|
drop database if exists bug_1315130_a;
|
|
drop database if exists bug_1315130_b;
|
|
SET FOREIGN_KEY_CHECKS=1;
|
|
|