pqa 1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/pqa +9 -0
- data/etc/CHANGELOG +78 -0
- data/etc/LICENSE +31 -0
- data/etc/README +15 -0
- data/lib/pqa.rb +1173 -0
- data/sample/mysql_sample.log +495 -0
- data/sample/pglog_sample.log +2980 -0
- data/sample/syslog_sample.log +2437 -0
- metadata +52 -0
@@ -0,0 +1,495 @@
|
|
1
|
+
/usr/libexec/mysqld, Version: 3.23.52-log, started with:
|
2
|
+
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
|
3
|
+
Time Id Command Argument
|
4
|
+
040607 15:22:11 1 Connect bugs@localhost on bugs
|
5
|
+
1 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
6
|
+
1 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
7
|
+
1 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
8
|
+
1 Query select name, (bit & 9223372036854775807) != 0 from groups
|
9
|
+
1 Query SELECT name FROM fielddefs
|
10
|
+
1 Query SELECT DISTINCT bugs.bug_id, bugs.groupset, bugs.bug_severity, bugs.priority, bugs.rep_platform, map_assigned_to.login_name, bugs.bug_status, bugs.resolution, bugs.short_desc FROM bugs, profiles map_assigned_to, profiles map_reporter LEFT JOIN profiles map_qa_contact ON bugs.qa_contact = map_qa_contact.userid LEFT JOIN cc selectVisible_cc ON
|
11
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
12
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.assigned_to = map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND (bugs.bug_status = 'NEW' OR bugs.bug_status = 'ASSIGNED' OR bugs.bug_status = 'REOPENED') AND (bugs.product = 'COUGAAR') ORDER BY bugs.bug_status, bugs.priority, map_assigned_to.login_name, bugs.bug_id
|
13
|
+
1 Query USE bugs
|
14
|
+
1 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
15
|
+
1 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
16
|
+
040607 15:22:12 1 Quit
|
17
|
+
040607 15:22:14 2 Connect bugs@localhost on bugs
|
18
|
+
2 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
19
|
+
2 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
20
|
+
2 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
21
|
+
2 Query select name, (bit & 9223372036854775807) != 0 from groups
|
22
|
+
2 Query SELECT bug_id FROM bugs WHERE bug_id = 13128
|
23
|
+
2 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
24
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
25
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13128
|
26
|
+
2 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
27
|
+
2 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
28
|
+
2 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
29
|
+
2 Query select name, (bit & 9223372036854775807) != 0 from groups
|
30
|
+
2 Query
|
31
|
+
SELECT bugs.bug_id, product, version, rep_platform,
|
32
|
+
op_sys, bug_status, resolution, priority,
|
33
|
+
bug_severity, component, assigned_to, reporter,
|
34
|
+
bug_file_loc, short_desc, target_milestone,
|
35
|
+
qa_contact, status_whiteboard,
|
36
|
+
date_format(creation_ts,'%Y-%m-%d %H:%i'),
|
37
|
+
groupset, delta_ts, ifnull(sum(votes.count),0)
|
38
|
+
FROM bugs LEFT JOIN votes USING(bug_id)
|
39
|
+
WHERE bugs.bug_id = 13128
|
40
|
+
GROUP BY bugs.bug_id
|
41
|
+
2 Query SELECT keyworddefs.name
|
42
|
+
FROM keyworddefs, keywords
|
43
|
+
WHERE keywords.bug_id = 13128
|
44
|
+
AND keyworddefs.id = keywords.keywordid
|
45
|
+
ORDER BY keyworddefs.name
|
46
|
+
2 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
47
|
+
2 Query
|
48
|
+
SELECT attach_id, creation_ts, mimetype, description, ispatch,
|
49
|
+
isobsolete, submitter_id
|
50
|
+
FROM attachments WHERE bug_id = 13128 ORDER BY attach_id
|
51
|
+
|
52
|
+
2 Query SELECT dependson FROM dependencies WHERE
|
53
|
+
blocked = 13128 ORDER BY dependson
|
54
|
+
2 Query SELECT blocked FROM dependencies WHERE
|
55
|
+
dependson = 13128 ORDER BY blocked
|
56
|
+
2 Query SELECT bit, name, description, (bit & 0 != 0),
|
57
|
+
(bit & 9223372036854775807 != 0) FROM groups
|
58
|
+
WHERE isbuggroup != 0 AND ((isactive = 1 AND (bit & 9223372036854775807 != 0)) OR
|
59
|
+
(bit & 0 != 0))
|
60
|
+
2 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
61
|
+
2 Query select (bit & 9223372036854775807) != 0 from groups where name = 'canconfirm'
|
62
|
+
2 Query select login_name from profiles where userid = 62
|
63
|
+
2 Query SELECT login_name,realname FROM profiles WHERE userid = 62
|
64
|
+
2 Query SELECT login_name,realname FROM profiles WHERE userid = 18
|
65
|
+
2 Query SELECT who FROM cc WHERE bug_id=13128
|
66
|
+
2 Query SELECT profiles.realname, profiles.login_name,
|
67
|
+
date_format(longdescs.bug_when,'%Y-%m-%d %H:%i'),
|
68
|
+
longdescs.thetext
|
69
|
+
FROM longdescs, profiles
|
70
|
+
WHERE profiles.userid = longdescs.who
|
71
|
+
AND longdescs.bug_id = 13128
|
72
|
+
ORDER BY longdescs.bug_when
|
73
|
+
2 Quit
|
74
|
+
040607 15:22:21 3 Connect bugs@localhost on bugs
|
75
|
+
3 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
76
|
+
3 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
77
|
+
3 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
78
|
+
3 Query select name, (bit & 9223372036854775807) != 0 from groups
|
79
|
+
3 Query SELECT bug_id FROM bugs WHERE bug_id = 13121
|
80
|
+
3 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
81
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
82
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13121
|
83
|
+
3 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
84
|
+
3 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
85
|
+
3 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
86
|
+
3 Query select name, (bit & 9223372036854775807) != 0 from groups
|
87
|
+
3 Query
|
88
|
+
SELECT bugs.bug_id, product, version, rep_platform,
|
89
|
+
op_sys, bug_status, resolution, priority,
|
90
|
+
bug_severity, component, assigned_to, reporter,
|
91
|
+
bug_file_loc, short_desc, target_milestone,
|
92
|
+
qa_contact, status_whiteboard,
|
93
|
+
date_format(creation_ts,'%Y-%m-%d %H:%i'),
|
94
|
+
groupset, delta_ts, ifnull(sum(votes.count),0)
|
95
|
+
FROM bugs LEFT JOIN votes USING(bug_id)
|
96
|
+
WHERE bugs.bug_id = 13121
|
97
|
+
GROUP BY bugs.bug_id
|
98
|
+
3 Query SELECT keyworddefs.name
|
99
|
+
FROM keyworddefs, keywords
|
100
|
+
WHERE keywords.bug_id = 13121
|
101
|
+
AND keyworddefs.id = keywords.keywordid
|
102
|
+
ORDER BY keyworddefs.name
|
103
|
+
3 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
104
|
+
3 Query
|
105
|
+
SELECT attach_id, creation_ts, mimetype, description, ispatch,
|
106
|
+
isobsolete, submitter_id
|
107
|
+
FROM attachments WHERE bug_id = 13121 ORDER BY attach_id
|
108
|
+
|
109
|
+
3 Query SELECT dependson FROM dependencies WHERE
|
110
|
+
blocked = 13121 ORDER BY dependson
|
111
|
+
3 Query SELECT blocked FROM dependencies WHERE
|
112
|
+
dependson = 13121 ORDER BY blocked
|
113
|
+
3 Query SELECT bit, name, description, (bit & 0 != 0),
|
114
|
+
(bit & 9223372036854775807 != 0) FROM groups
|
115
|
+
WHERE isbuggroup != 0 AND ((isactive = 1 AND (bit & 9223372036854775807 != 0)) OR
|
116
|
+
(bit & 0 != 0))
|
117
|
+
3 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
118
|
+
3 Query select (bit & 9223372036854775807) != 0 from groups where name = 'canconfirm'
|
119
|
+
3 Query select login_name from profiles where userid = 98
|
120
|
+
3 Query SELECT login_name,realname FROM profiles WHERE userid = 98
|
121
|
+
3 Query SELECT login_name,realname FROM profiles WHERE userid = 98
|
122
|
+
3 Query SELECT who FROM cc WHERE bug_id=13121
|
123
|
+
3 Query select login_name from profiles where userid = 152
|
124
|
+
3 Query SELECT profiles.realname, profiles.login_name,
|
125
|
+
date_format(longdescs.bug_when,'%Y-%m-%d %H:%i'),
|
126
|
+
longdescs.thetext
|
127
|
+
FROM longdescs, profiles
|
128
|
+
WHERE profiles.userid = longdescs.who
|
129
|
+
AND longdescs.bug_id = 13121
|
130
|
+
ORDER BY longdescs.bug_when
|
131
|
+
3 Quit
|
132
|
+
040607 15:22:34 4 Connect bugs@localhost on bugs
|
133
|
+
4 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
134
|
+
4 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
135
|
+
4 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
136
|
+
4 Query select name, (bit & 9223372036854775807) != 0 from groups
|
137
|
+
4 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
138
|
+
4 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
139
|
+
4 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
140
|
+
4 Query select name, (bit & 9223372036854775807) != 0 from groups
|
141
|
+
4 Query UPDATE logincookies SET lastused = null WHERE cookie = 141
|
142
|
+
4 Query SELECT bug_id FROM bugs WHERE bug_id = 13121
|
143
|
+
4 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
144
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
145
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13121
|
146
|
+
4 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
147
|
+
4 Query SELECT attach_id, description
|
148
|
+
FROM attachments
|
149
|
+
WHERE bug_id = 13121
|
150
|
+
AND isobsolete = 0
|
151
|
+
ORDER BY attach_id
|
152
|
+
4 Query SELECT short_desc FROM bugs WHERE bug_id = 13121
|
153
|
+
4 Quit
|
154
|
+
040607 15:22:37 5 Connect bugs@localhost on bugs
|
155
|
+
5 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
156
|
+
5 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
157
|
+
5 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
158
|
+
5 Query select name, (bit & 9223372036854775807) != 0 from groups
|
159
|
+
5 Query SELECT bug_id FROM bugs WHERE bug_id = 13121
|
160
|
+
5 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
161
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
162
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13121
|
163
|
+
5 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
164
|
+
5 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
165
|
+
5 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
166
|
+
5 Query select name, (bit & 9223372036854775807) != 0 from groups
|
167
|
+
5 Query
|
168
|
+
SELECT bugs.bug_id, product, version, rep_platform,
|
169
|
+
op_sys, bug_status, resolution, priority,
|
170
|
+
bug_severity, component, assigned_to, reporter,
|
171
|
+
bug_file_loc, short_desc, target_milestone,
|
172
|
+
qa_contact, status_whiteboard,
|
173
|
+
date_format(creation_ts,'%Y-%m-%d %H:%i'),
|
174
|
+
groupset, delta_ts, ifnull(sum(votes.count),0)
|
175
|
+
FROM bugs LEFT JOIN votes USING(bug_id)
|
176
|
+
WHERE bugs.bug_id = 13121
|
177
|
+
GROUP BY bugs.bug_id
|
178
|
+
5 Query SELECT keyworddefs.name
|
179
|
+
FROM keyworddefs, keywords
|
180
|
+
WHERE keywords.bug_id = 13121
|
181
|
+
AND keyworddefs.id = keywords.keywordid
|
182
|
+
ORDER BY keyworddefs.name
|
183
|
+
5 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
184
|
+
5 Query
|
185
|
+
SELECT attach_id, creation_ts, mimetype, description, ispatch,
|
186
|
+
isobsolete, submitter_id
|
187
|
+
FROM attachments WHERE bug_id = 13121 ORDER BY attach_id
|
188
|
+
|
189
|
+
5 Query SELECT dependson FROM dependencies WHERE
|
190
|
+
blocked = 13121 ORDER BY dependson
|
191
|
+
5 Query SELECT blocked FROM dependencies WHERE
|
192
|
+
dependson = 13121 ORDER BY blocked
|
193
|
+
5 Query SELECT bit, name, description, (bit & 0 != 0),
|
194
|
+
(bit & 9223372036854775807 != 0) FROM groups
|
195
|
+
WHERE isbuggroup != 0 AND ((isactive = 1 AND (bit & 9223372036854775807 != 0)) OR
|
196
|
+
(bit & 0 != 0))
|
197
|
+
5 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
198
|
+
5 Query select (bit & 9223372036854775807) != 0 from groups where name = 'canconfirm'
|
199
|
+
5 Query select login_name from profiles where userid = 98
|
200
|
+
5 Query SELECT login_name,realname FROM profiles WHERE userid = 98
|
201
|
+
5 Query SELECT login_name,realname FROM profiles WHERE userid = 98
|
202
|
+
5 Query SELECT who FROM cc WHERE bug_id=13121
|
203
|
+
5 Query select login_name from profiles where userid = 152
|
204
|
+
5 Query SELECT profiles.realname, profiles.login_name,
|
205
|
+
date_format(longdescs.bug_when,'%Y-%m-%d %H:%i'),
|
206
|
+
longdescs.thetext
|
207
|
+
FROM longdescs, profiles
|
208
|
+
WHERE profiles.userid = longdescs.who
|
209
|
+
AND longdescs.bug_id = 13121
|
210
|
+
ORDER BY longdescs.bug_when
|
211
|
+
5 Quit
|
212
|
+
040607 15:22:42 6 Connect bugs@localhost on bugs
|
213
|
+
6 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
214
|
+
6 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
215
|
+
6 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
216
|
+
6 Query select name, (bit & 9223372036854775807) != 0 from groups
|
217
|
+
6 Query SELECT value, initialowner, initialqacontact, description FROM components WHERE program = 'COUGAAR' ORDER BY value
|
218
|
+
6 Query select login_name from profiles where userid = 7
|
219
|
+
6 Query select login_name from profiles where userid = 12
|
220
|
+
6 Query select login_name from profiles where userid = 47
|
221
|
+
6 Query select login_name from profiles where userid = 5
|
222
|
+
6 Query select login_name from profiles where userid = 99
|
223
|
+
6 Query select login_name from profiles where userid = 103
|
224
|
+
6 Query select login_name from profiles where userid = 48
|
225
|
+
6 Query select login_name from profiles where userid = 23
|
226
|
+
6 Query select login_name from profiles where userid = 11
|
227
|
+
6 Query select login_name from profiles where userid = 98
|
228
|
+
6 Query select login_name from profiles where userid = 58
|
229
|
+
6 Query select login_name from profiles where userid = 18
|
230
|
+
6 Query select login_name from profiles where userid = 15
|
231
|
+
6 Query select login_name from profiles where userid = 8
|
232
|
+
6 Query select login_name from profiles where userid = 62
|
233
|
+
6 Quit
|
234
|
+
040607 15:22:47 7 Connect bugs@localhost on bugs
|
235
|
+
7 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
236
|
+
7 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
237
|
+
7 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
238
|
+
7 Query select name, (bit & 9223372036854775807) != 0 from groups
|
239
|
+
7 Query SELECT bug_id FROM bugs WHERE bug_id = 13121
|
240
|
+
7 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
241
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
242
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13121
|
243
|
+
7 Query
|
244
|
+
SELECT IFNULL(fielddefs.description, bugs_activity.fieldid),
|
245
|
+
bugs_activity.attach_id,
|
246
|
+
bugs_activity.bug_when,
|
247
|
+
bugs_activity.removed, bugs_activity.added,
|
248
|
+
profiles.login_name
|
249
|
+
FROM bugs_activity LEFT JOIN fielddefs ON
|
250
|
+
bugs_activity.fieldid = fielddefs.fieldid,
|
251
|
+
profiles
|
252
|
+
WHERE bugs_activity.bug_id = 13121
|
253
|
+
AND profiles.userid = bugs_activity.who
|
254
|
+
ORDER BY bugs_activity.bug_when
|
255
|
+
7 Quit
|
256
|
+
040607 15:22:50 8 Connect bugs@localhost on bugs
|
257
|
+
8 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
258
|
+
8 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
259
|
+
8 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
260
|
+
8 Query select name, (bit & 9223372036854775807) != 0 from groups
|
261
|
+
8 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
262
|
+
8 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
263
|
+
8 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
264
|
+
8 Query select name, (bit & 9223372036854775807) != 0 from groups
|
265
|
+
8 Query UPDATE logincookies SET lastused = null WHERE cookie = 141
|
266
|
+
8 Query select userid from profiles where login_name = 'tom@infoether.com'
|
267
|
+
8 Query SELECT query FROM namedqueries WHERE userid = 165 AND name = 'CVS bugs'
|
268
|
+
8 Query SELECT name FROM fielddefs
|
269
|
+
8 Query SELECT DISTINCT bugs.bug_id, bugs.groupset, bugs.bug_severity, bugs.priority, bugs.rep_platform, map_assigned_to.login_name, bugs.bug_status, bugs.resolution, bugs.short_desc FROM bugs, profiles map_assigned_to, profiles map_reporter LEFT JOIN profiles map_qa_contact ON bugs.qa_contact = map_qa_contact.userid LEFT JOIN cc selectVisible_cc ON
|
270
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
271
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.assigned_to = map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND (bugs.bug_status = 'NEW' OR bugs.bug_status = 'ASSIGNED' OR bugs.bug_status = 'REOPENED') AND (bugs.component = 'CVS') AND (bugs.product = 'ISAT') ORDER BY bugs.bug_status, bugs.priority, map_assigned_to.login_name, bugs.bug_id
|
272
|
+
8 Query USE bugs
|
273
|
+
8 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
274
|
+
8 Quit
|
275
|
+
040607 15:22:54 9 Connect bugs@localhost on bugs
|
276
|
+
9 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
277
|
+
9 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
278
|
+
9 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
279
|
+
9 Query select name, (bit & 9223372036854775807) != 0 from groups
|
280
|
+
9 Query select userid from profiles where login_name = 'tom@infoether.com'
|
281
|
+
9 Query SELECT name FROM fielddefs
|
282
|
+
9 Query SELECT DISTINCT bugs.bug_id, bugs.groupset, bugs.bug_severity, bugs.priority, bugs.rep_platform, map_assigned_to.login_name, bugs.bug_status, bugs.resolution, bugs.short_desc FROM bugs, profiles map_assigned_to, profiles map_reporter LEFT JOIN profiles map_qa_contact ON bugs.qa_contact = map_qa_contact.userid LEFT JOIN cc selectVisible_cc ON
|
283
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
284
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.assigned_to = map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND bugs.assigned_to = map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND (bugs.bug_status = 'NEW' OR bugs.bug_status = 'ASSIGNED' OR bugs.bug_status = 'REOPENED') AND (map_assigned_to.login_name = 'tom@infoether.com' OR map_reporter.login_name = 'tom@infoether.com') ORDER BY bugs.bug_status, bugs.priority, map_assigned_to.login_name, bugs.bug_id
|
285
|
+
9 Query USE bugs
|
286
|
+
9 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
287
|
+
9 Quit
|
288
|
+
040607 15:22:56 10 Connect bugs@localhost on bugs
|
289
|
+
10 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
290
|
+
10 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
291
|
+
10 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
292
|
+
10 Query select name, (bit & 9223372036854775807) != 0 from groups
|
293
|
+
10 Query SELECT bug_id FROM bugs WHERE bug_id = 13115
|
294
|
+
10 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
295
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
296
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13115
|
297
|
+
10 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
298
|
+
10 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
299
|
+
10 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
300
|
+
10 Query select name, (bit & 9223372036854775807) != 0 from groups
|
301
|
+
10 Query
|
302
|
+
SELECT bugs.bug_id, product, version, rep_platform,
|
303
|
+
op_sys, bug_status, resolution, priority,
|
304
|
+
bug_severity, component, assigned_to, reporter,
|
305
|
+
bug_file_loc, short_desc, target_milestone,
|
306
|
+
qa_contact, status_whiteboard,
|
307
|
+
date_format(creation_ts,'%Y-%m-%d %H:%i'),
|
308
|
+
groupset, delta_ts, ifnull(sum(votes.count),0)
|
309
|
+
FROM bugs LEFT JOIN votes USING(bug_id)
|
310
|
+
WHERE bugs.bug_id = 13115
|
311
|
+
GROUP BY bugs.bug_id
|
312
|
+
10 Query SELECT keyworddefs.name
|
313
|
+
FROM keyworddefs, keywords
|
314
|
+
WHERE keywords.bug_id = 13115
|
315
|
+
AND keyworddefs.id = keywords.keywordid
|
316
|
+
ORDER BY keyworddefs.name
|
317
|
+
10 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
318
|
+
10 Query
|
319
|
+
SELECT attach_id, creation_ts, mimetype, description, ispatch,
|
320
|
+
isobsolete, submitter_id
|
321
|
+
FROM attachments WHERE bug_id = 13115 ORDER BY attach_id
|
322
|
+
|
323
|
+
10 Query SELECT dependson FROM dependencies WHERE
|
324
|
+
blocked = 13115 ORDER BY dependson
|
325
|
+
10 Query SELECT blocked FROM dependencies WHERE
|
326
|
+
dependson = 13115 ORDER BY blocked
|
327
|
+
10 Query SELECT bit, name, description, (bit & 0 != 0),
|
328
|
+
(bit & 9223372036854775807 != 0) FROM groups
|
329
|
+
WHERE isbuggroup != 0 AND ((isactive = 1 AND (bit & 9223372036854775807 != 0)) OR
|
330
|
+
(bit & 0 != 0))
|
331
|
+
10 Query select (bit & 9223372036854775807) != 0 from groups where name = 'canconfirm'
|
332
|
+
10 Query select login_name from profiles where userid = 165
|
333
|
+
10 Query SELECT login_name,realname FROM profiles WHERE userid = 165
|
334
|
+
10 Query SELECT login_name,realname FROM profiles WHERE userid = 165
|
335
|
+
10 Query SELECT who FROM cc WHERE bug_id=13115
|
336
|
+
10 Query SELECT profiles.realname, profiles.login_name,
|
337
|
+
date_format(longdescs.bug_when,'%Y-%m-%d %H:%i'),
|
338
|
+
longdescs.thetext
|
339
|
+
FROM longdescs, profiles
|
340
|
+
WHERE profiles.userid = longdescs.who
|
341
|
+
AND longdescs.bug_id = 13115
|
342
|
+
ORDER BY longdescs.bug_when
|
343
|
+
10 Query SELECT bugs.bug_status, resolution, short_desc, groupset FROM bugs WHERE bugs.bug_id = 13078
|
344
|
+
10 Query SELECT bugs.bug_status, resolution, short_desc, groupset FROM bugs WHERE bugs.bug_id = 13114
|
345
|
+
10 Quit
|
346
|
+
040607 15:22:59 11 Connect bugs@localhost on bugs
|
347
|
+
11 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
348
|
+
11 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
349
|
+
11 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
350
|
+
11 Query select name, (bit & 9223372036854775807) != 0 from groups
|
351
|
+
11 Query SELECT bug_id FROM bugs WHERE bug_id = 13078
|
352
|
+
11 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
353
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
354
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13078
|
355
|
+
11 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
356
|
+
11 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
357
|
+
11 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
358
|
+
11 Query select name, (bit & 9223372036854775807) != 0 from groups
|
359
|
+
11 Query
|
360
|
+
SELECT bugs.bug_id, product, version, rep_platform,
|
361
|
+
op_sys, bug_status, resolution, priority,
|
362
|
+
bug_severity, component, assigned_to, reporter,
|
363
|
+
bug_file_loc, short_desc, target_milestone,
|
364
|
+
qa_contact, status_whiteboard,
|
365
|
+
date_format(creation_ts,'%Y-%m-%d %H:%i'),
|
366
|
+
groupset, delta_ts, ifnull(sum(votes.count),0)
|
367
|
+
FROM bugs LEFT JOIN votes USING(bug_id)
|
368
|
+
WHERE bugs.bug_id = 13078
|
369
|
+
GROUP BY bugs.bug_id
|
370
|
+
11 Query SELECT keyworddefs.name
|
371
|
+
FROM keyworddefs, keywords
|
372
|
+
WHERE keywords.bug_id = 13078
|
373
|
+
AND keyworddefs.id = keywords.keywordid
|
374
|
+
ORDER BY keyworddefs.name
|
375
|
+
11 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
376
|
+
11 Query
|
377
|
+
SELECT attach_id, creation_ts, mimetype, description, ispatch,
|
378
|
+
isobsolete, submitter_id
|
379
|
+
FROM attachments WHERE bug_id = 13078 ORDER BY attach_id
|
380
|
+
|
381
|
+
11 Query SELECT dependson FROM dependencies WHERE
|
382
|
+
blocked = 13078 ORDER BY dependson
|
383
|
+
11 Query SELECT blocked FROM dependencies WHERE
|
384
|
+
dependson = 13078 ORDER BY blocked
|
385
|
+
11 Query SELECT bit, name, description, (bit & 0 != 0),
|
386
|
+
(bit & 9223372036854775807 != 0) FROM groups
|
387
|
+
WHERE isbuggroup != 0 AND ((isactive = 1 AND (bit & 9223372036854775807 != 0)) OR
|
388
|
+
(bit & 0 != 0))
|
389
|
+
11 Query select (bit & 9223372036854775807) != 0 from groups where name = 'canconfirm'
|
390
|
+
11 Query select login_name from profiles where userid = 165
|
391
|
+
11 Query SELECT login_name,realname FROM profiles WHERE userid = 165
|
392
|
+
11 Query SELECT login_name,realname FROM profiles WHERE userid = 165
|
393
|
+
11 Query SELECT who FROM cc WHERE bug_id=13078
|
394
|
+
11 Query select login_name from profiles where userid = 191
|
395
|
+
11 Query SELECT profiles.realname, profiles.login_name,
|
396
|
+
date_format(longdescs.bug_when,'%Y-%m-%d %H:%i'),
|
397
|
+
longdescs.thetext
|
398
|
+
FROM longdescs, profiles
|
399
|
+
WHERE profiles.userid = longdescs.who
|
400
|
+
AND longdescs.bug_id = 13078
|
401
|
+
ORDER BY longdescs.bug_when
|
402
|
+
11 Query SELECT bugs.bug_status, resolution, short_desc, groupset FROM bugs WHERE bugs.bug_id = 13115
|
403
|
+
11 Quit
|
404
|
+
040607 15:23:04 12 Connect bugs@localhost on bugs
|
405
|
+
12 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
406
|
+
12 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
407
|
+
12 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
408
|
+
12 Query select name, (bit & 9223372036854775807) != 0 from groups
|
409
|
+
12 Query SELECT name FROM fielddefs
|
410
|
+
12 Query SELECT DISTINCT bugs.bug_id, bugs.groupset, bugs.bug_severity, bugs.priority, bugs.rep_platform, map_assigned_to.login_name, bugs.bug_status, bugs.resolution, bugs.short_desc FROM bugs, profiles map_assigned_to, profiles map_reporter LEFT JOIN profiles map_qa_contact ON bugs.qa_contact = map_qa_contact.userid LEFT JOIN cc selectVisible_cc ON
|
411
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
412
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.assigned_to = map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND (bugs.bug_id = '13078' OR bugs.bug_id = '13114' OR bugs.bug_id = '13115') ORDER BY bugs.bug_status, bugs.priority, map_assigned_to.login_name, bugs.bug_id
|
413
|
+
12 Query USE bugs
|
414
|
+
12 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
415
|
+
12 Quit
|
416
|
+
040607 15:23:07 13 Connect bugs@localhost on bugs
|
417
|
+
13 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
418
|
+
13 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
419
|
+
13 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
420
|
+
13 Query select name, (bit & 9223372036854775807) != 0 from groups
|
421
|
+
13 Query SELECT query FROM namedqueries WHERE userid = 165 AND name = '(Default query)'
|
422
|
+
13 Query SELECT name, description FROM fielddefs ORDER BY sortkey
|
423
|
+
13 Query SELECT name FROM namedqueries WHERE userid = 165 AND name != '(Default query)' ORDER BY name
|
424
|
+
13 Quit
|
425
|
+
040607 15:23:11 14 Connect bugs@localhost on bugs
|
426
|
+
14 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
427
|
+
14 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
428
|
+
14 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
429
|
+
14 Query select name, (bit & 9223372036854775807) != 0 from groups
|
430
|
+
14 Query SELECT name FROM fielddefs
|
431
|
+
14 Query SELECT DISTINCT bugs.bug_id, bugs.groupset, bugs.bug_severity, bugs.priority, bugs.rep_platform, map_assigned_to.login_name, bugs.bug_status, bugs.resolution, bugs.short_desc FROM bugs, profiles map_assigned_to, profiles map_reporter LEFT JOIN profiles map_qa_contact ON bugs.qa_contact = map_qa_contact.userid LEFT JOIN cc selectVisible_cc ON
|
432
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
433
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.assigned_to = map_assigned_to.userid AND bugs.reporter = map_reporter.userid AND (bugs.bug_status = 'NEW' OR bugs.bug_status = 'ASSIGNED' OR bugs.bug_status = 'REOPENED') AND (bugs.product = 'CSMART') ORDER BY bugs.bug_status, bugs.priority, map_assigned_to.login_name, bugs.bug_id
|
434
|
+
14 Query USE bugs
|
435
|
+
14 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
436
|
+
14 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
437
|
+
14 Quit
|
438
|
+
040607 15:23:14 15 Connect bugs@localhost on bugs
|
439
|
+
15 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
440
|
+
15 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
441
|
+
15 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
442
|
+
15 Query select name, (bit & 9223372036854775807) != 0 from groups
|
443
|
+
15 Query SELECT bug_id FROM bugs WHERE bug_id = 13080
|
444
|
+
15 Query SELECT bugs.bug_id FROM bugs LEFT JOIN cc selectVisible_cc ON
|
445
|
+
bugs.bug_id = selectVisible_cc.bug_id AND
|
446
|
+
selectVisible_cc.who = 165 WHERE ((bugs.groupset & 9223372036854775807) = bugs.groupset OR (bugs.reporter_accessible = 1 AND bugs.reporter = 165) OR (bugs.cclist_accessible = 1 AND selectVisible_cc.who = 165 AND not isnull(selectVisible_cc.who)) OR (bugs.assigned_to = 165)) AND bugs.bug_id = 13080
|
447
|
+
15 Query SELECT profiles.userid, profiles.groupset, profiles.login_name, profiles.login_name = 'tom@infoether.com' AND logincookies.ipaddr = '192.168.10.222', profiles.disabledtext FROM profiles, logincookies WHERE logincookies.cookie = '141' AND profiles.userid = logincookies.userid
|
448
|
+
15 Query SELECT mybugslink, realname, groupset, blessgroupset FROM profiles WHERE userid = 165
|
449
|
+
15 Query SELECT name, query, linkinfooter FROM namedqueries WHERE userid = 165
|
450
|
+
15 Query select name, (bit & 9223372036854775807) != 0 from groups
|
451
|
+
15 Query
|
452
|
+
SELECT bugs.bug_id, product, version, rep_platform,
|
453
|
+
op_sys, bug_status, resolution, priority,
|
454
|
+
bug_severity, component, assigned_to, reporter,
|
455
|
+
bug_file_loc, short_desc, target_milestone,
|
456
|
+
qa_contact, status_whiteboard,
|
457
|
+
date_format(creation_ts,'%Y-%m-%d %H:%i'),
|
458
|
+
groupset, delta_ts, ifnull(sum(votes.count),0)
|
459
|
+
FROM bugs LEFT JOIN votes USING(bug_id)
|
460
|
+
WHERE bugs.bug_id = 13080
|
461
|
+
GROUP BY bugs.bug_id
|
462
|
+
15 Query SELECT keyworddefs.name
|
463
|
+
FROM keyworddefs, keywords
|
464
|
+
WHERE keywords.bug_id = 13080
|
465
|
+
AND keyworddefs.id = keywords.keywordid
|
466
|
+
ORDER BY keyworddefs.name
|
467
|
+
15 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
468
|
+
15 Query
|
469
|
+
SELECT attach_id, creation_ts, mimetype, description, ispatch,
|
470
|
+
isobsolete, submitter_id
|
471
|
+
FROM attachments WHERE bug_id = 13080 ORDER BY attach_id
|
472
|
+
|
473
|
+
15 Query SELECT dependson FROM dependencies WHERE
|
474
|
+
blocked = 13080 ORDER BY dependson
|
475
|
+
15 Query SELECT blocked FROM dependencies WHERE
|
476
|
+
dependson = 13080 ORDER BY blocked
|
477
|
+
15 Query SELECT bit, name, description, (bit & 0 != 0),
|
478
|
+
(bit & 9223372036854775807 != 0) FROM groups
|
479
|
+
WHERE isbuggroup != 0 AND ((isactive = 1 AND (bit & 9223372036854775807 != 0)) OR
|
480
|
+
(bit & 0 != 0))
|
481
|
+
15 Query select (bit & 9223372036854775807) != 0 from groups where name = 'editbugs'
|
482
|
+
15 Query select (bit & 9223372036854775807) != 0 from groups where name = 'canconfirm'
|
483
|
+
15 Query select login_name from profiles where userid = 149
|
484
|
+
15 Query SELECT login_name,realname FROM profiles WHERE userid = 149
|
485
|
+
15 Query SELECT login_name,realname FROM profiles WHERE userid = 47
|
486
|
+
15 Query SELECT who FROM cc WHERE bug_id=13080
|
487
|
+
15 Query select login_name from profiles where userid = 28
|
488
|
+
15 Query SELECT profiles.realname, profiles.login_name,
|
489
|
+
date_format(longdescs.bug_when,'%Y-%m-%d %H:%i'),
|
490
|
+
longdescs.thetext
|
491
|
+
FROM longdescs, profiles
|
492
|
+
WHERE profiles.userid = longdescs.who
|
493
|
+
AND longdescs.bug_id = 13080
|
494
|
+
ORDER BY longdescs.bug_when
|
495
|
+
15 Quit
|