mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
This commit is contained in:
9
t/lib/samples/slowlogs/slow044.txt
Normal file
9
t/lib/samples/slowlogs/slow044.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# Time: 100525 10:22:00
|
||||
# User@Host: foo[foo] @ [host]
|
||||
# Thread_id: 342 Schema: Last_errno: 1 Killed: 2
|
||||
# Query_time: 0.000173 Lock_time: 0.000048 Rows_sent: 18 Rows_examined: 18
|
||||
select /*this is only parsable by slowlog-to-outfile, not by mqd*/ foo;
|
||||
# User@Host: foo[foo] @ [host]
|
||||
# Thread_id: 342 Schema: Last_errno: 3 Killed: 4
|
||||
# Query_time: 0.000173 Lock_time: 0.000048 Rows_sent: 19 Rows_examined: 19
|
||||
select /*this is only parsable by slowlog-to-outfile, not by mqd*/ foo;
|
Reference in New Issue
Block a user