mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-16 08:17:20 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
8
t/pt-upgrade/samples/002/tables.sql
Normal file
8
t/pt-upgrade/samples/002/tables.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
DROP DATABASE IF EXISTS test;
|
||||
CREATE DATABASE test;
|
||||
USE test;
|
||||
create table t (i int);
|
||||
insert into t values (1), (2), (3);
|
||||
|
||||
DROP DATABASE IF EXISTS tmp_db;
|
||||
CREATE DATABASE tmp_db;
|
Reference in New Issue
Block a user