mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
5
t/pt-query-digest/samples/query_review.sql
Normal file
5
t/pt-query-digest/samples/query_review.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
USE test;
|
||||
DROP TABLE IF EXISTS query_review;
|
||||
DROP TABLE IF EXISTS test.n;
|
||||
create table test.n(a int);
|
||||
insert into test.n(a) values(1), (2);
|
Reference in New Issue
Block a user