mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 00:21:56 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
14
t/lib/samples/split_slow020.txt
Normal file
14
t/lib/samples/split_slow020.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
-- START SESSION 5
|
||||
|
||||
use db1
|
||||
|
||||
SELECT * FROM foo WHERE bar = 'bar'
|
||||
|
||||
use db
|
||||
|
||||
INSERT INTO tbl VALUES (1), (2), (3)
|
||||
|
||||
use db2
|
||||
|
||||
SELECT * FROM foo
|
||||
|
Reference in New Issue
Block a user