Files
percona-toolkit/t/pt-online-schema-change/samples/bug-1315130_cleanup.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;