~percona-toolkit-dev/percona-toolkit/fix-change-master-bug-932614

« back to all changes in this revision

Viewing changes to t/lib/samples/slowlogs/slow006.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Time: 071218 11:48:27 # User@Host: [SQL_SLAVE] @  []
 
2
# Thread_id: 10  Schema: foo
 
3
# Query_time: 0.000012  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0
 
4
# QC_Hit: No  Full_scan: No  Full_join: No  Tmp_table: No  Disk_tmp_table: No
 
5
# Filesort: No  Disk_filesort: No  Merge_passes: 0
 
6
# No InnoDB statistics available for this query
 
7
SELECT col FROM foo_tbl;
 
8
# Time: 071218 11:48:57 # User@Host: [SQL_SLAVE] @  []
 
9
# Thread_id: 10  Schema: foo
 
10
# Query_time: 0.000012  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0
 
11
# QC_Hit: No  Full_scan: No  Full_join: No  Tmp_table: No  Disk_tmp_table: No
 
12
# Filesort: No  Disk_filesort: No  Merge_passes: 0
 
13
# No InnoDB statistics available for this query
 
14
SELECT col FROM foo_tbl;
 
15
# Time: 071218 11:48:57 # User@Host: [SQL_SLAVE] @  []
 
16
# Thread_id: 20
 
17
# Query_time: 0.000012  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0
 
18
# QC_Hit: No  Full_scan: No  Full_join: No  Tmp_table: No  Disk_tmp_table: No
 
19
# Filesort: No  Disk_filesort: No  Merge_passes: 0
 
20
# No InnoDB statistics available for this query
 
21
use bar;
 
22
SELECT col FROM bar_tbl;
 
23
# Time: 071218 11:49:05 # User@Host: [SQL_SLAVE] @  []
 
24
# Thread_id: 10  Schema: bar
 
25
# Query_time: 0.000012  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0
 
26
# QC_Hit: No  Full_scan: No  Full_join: No  Tmp_table: No  Disk_tmp_table: No
 
27
# Filesort: No  Disk_filesort: No  Merge_passes: 0
 
28
# No InnoDB statistics available for this query
 
29
SELECT col FROM bar_tbl;
 
30
# Time: 071218 11:49:07 # User@Host: [SQL_SLAVE] @  []
 
31
# Thread_id: 20
 
32
# Query_time: 0.000012  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0
 
33
# QC_Hit: No  Full_scan: No  Full_join: No  Tmp_table: No  Disk_tmp_table: No
 
34
# Filesort: No  Disk_filesort: No  Merge_passes: 0
 
35
# No InnoDB statistics available for this query
 
36
use bar;
 
37
SELECT col FROM bar_tbl;
 
38
# Time: 071218 11:49:30 # User@Host: [SQL_SLAVE] @  []
 
39
# Thread_id: 30  Schema: foo
 
40
# Query_time: 0.000012  Lock_time: 0.000000  Rows_sent: 0  Rows_examined: 0
 
41
# QC_Hit: No  Full_scan: No  Full_join: No  Tmp_table: No  Disk_tmp_table: No
 
42
# Filesort: No  Disk_filesort: No  Merge_passes: 0
 
43
# No InnoDB statistics available for this query
 
44
SELECT col FROM foo_tbl;