mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Test pt-fingerprint.
This commit is contained in:
2
t/pt-fingerprint/samples/query001
Normal file
2
t/pt-fingerprint/samples/query001
Normal file
@@ -0,0 +1,2 @@
|
||||
# Query_time: 1
|
||||
select * from db.tbl where id=1 or foo='bar';
|
1
t/pt-fingerprint/samples/query001.fingerprint
Normal file
1
t/pt-fingerprint/samples/query001.fingerprint
Normal file
@@ -0,0 +1 @@
|
||||
select * from db.tbl where id=? or foo=?
|
2
t/pt-fingerprint/samples/query002
Normal file
2
t/pt-fingerprint/samples/query002
Normal file
@@ -0,0 +1,2 @@
|
||||
# Query_time: 1
|
||||
select col from db.tbl1 where id in (1, 2, 3);
|
1
t/pt-fingerprint/samples/query002.fingerprint
Normal file
1
t/pt-fingerprint/samples/query002.fingerprint
Normal file
@@ -0,0 +1 @@
|
||||
select col from db.tbl? where id in(?+)
|
Reference in New Issue
Block a user