mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
Fix and test read-only handling in QueryIterator.
This commit is contained in:
4
t/lib/samples/rawlogs/rawlog002.txt
Normal file
4
t/lib/samples/rawlogs/rawlog002.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
SELECT c FROM t WHERE id=1
|
||||
/* Hello, world! */ SELECT * FROM t2 LIMIT 1
|
||||
INSERT INTO t (a, b) VALUES ('foo', 'bar')
|
||||
INSERT INTO t SELECT * FROM monkeys
|
Reference in New Issue
Block a user