| detail |
app.data.Bug |
-1305179324 |
7 |
5 |
11877 |
false |
21-Jun 06:47:16 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8, b.user_logged_id c9, b.type_code c10
, u.id c11, u.email c12, u.name c13, u.pwd c14, u.salt c15, u.last_login c16, u.cookie_login c17, u.error_count c18, u.reset_code c19, u.reset_time c20, u.cretime c21, u.updtime c22, u.status_code c23
, p.id c24, p.name c25
, c.code c26, c.title c27, c.sort_order c28
, s.code c29, s.title c30
, e.id c31, e.title c32, e.post_date c33, e.body c34, e.cretime c35, e.updtime c36, e.user_id c37, e.bug_id c38
from b_bug b
left outer join s_user u on b.user_assigned_id = u.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
where b.status_code in (?,?) and b.type_code in (?)
order by u.name desc , b.id, e.id asc
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: -1305179324:-880739087 app.comp.TopBugs.findList(TopBugs.java:44)
|
| detail |
app.data.Bug |
-1305179324 |
1 |
4 |
3141 |
true |
19-Mar 09:39:22 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8, b.user_assigned_id c9, b.user_logged_id c10, b.product_id c11, b.priority_code c12, b.type_code c13, b.status_code c14
from b_bug b
left outer join s_user u on b.user_assigned_id = u.id
where b.status_code in (?,?) and b.type_code in (?)
order by u.name desc
limit 11
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 09:39
Origin key: -1305179324:-880739087 app.comp.TopBugs.findList(TopBugs.java:44)
|
| detail |
app.data.Bug |
-1305179324 |
1876 |
4 |
1768 |
true |
31-Jul 15:34:33 |
select b.id c0, b.updtime c1, b.title c2, b.type_code c3
, p.id c4, p.updtime c5
, c.code c6, c.title c7
, s.code c8, s.title c9
, e.id c10, e.updtime c11
from b_bug b
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
left outer join s_user u on b.user_assigned_id = u.id
where b.status_code in (?,?) and b.type_code in (?)
order by u.name desc , b.id, e.id asc
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:33
Origin key: -1305179324:-880739087 app.comp.TopBugs.findList(TopBugs.java:44)
|
| detail |
app.data.Bug |
-1305179324 |
2 |
4 |
3130 |
true |
19-Mar 09:48:06 |
select b.id c0, b.updtime c1, b.title c2, b.type_code c3
, c.code c4, c.title c5
, s.code c6, s.title c7
from b_bug b
join b_bug_priority c on b.priority_code = c.code
join b_bug_status s on b.status_code = s.code
left outer join s_user u on b.user_assigned_id = u.id
where b.status_code in (?,?) and b.type_code in (?)
order by u.name desc
limit 11
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 09:40
Origin key: -1305179324:-880739087 app.comp.TopBugs.findList(TopBugs.java:44)
|
| detail |
app.data.Bug |
-604476681 |
1 |
285 |
266635 |
false |
06-May 19:19:08 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8
, u.id c9, u.email c10, u.name c11, u.pwd c12, u.salt c13, u.last_login c14, u.cookie_login c15, u.error_count c16, u.reset_code c17, u.reset_time c18, u.cretime c19, u.updtime c20, u.status_code c21
, a.id c22, a.email c23, a.name c24, a.pwd c25, a.salt c26, a.last_login c27, a.cookie_login c28, a.error_count c29, a.reset_code c30, a.reset_time c31, a.cretime c32, a.updtime c33, a.status_code c34
, p.id c35, p.name c36, p.sort_order c37, p.cretime c38, p.updtime c39
, c.code c40, c.title c41, c.sort_order c42
, t.code c43, t.title c44
, s.code c45, s.title c46
, e.id c47, e.title c48, e.post_date c49, e.body c50, e.cretime c51, e.updtime c52, e.bug_id c53
, eu.id c54, eu.email c55, eu.name c56, eu.pwd c57, eu.salt c58, eu.last_login c59, eu.cookie_login c60, eu.error_count c61, eu.reset_code c62, eu.reset_time c63, eu.cretime c64, eu.updtime c65, eu.status_code c66
from b_bug b
left outer join s_user u on b.user_assigned_id = u.id
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_type t on b.type_code = t.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
left outer join s_user eu on e.user_id = eu.id
order by b.id , e.id asc
Autofetch Tuned: false
Started Collecting Statistics: 06-May 19:19
Origin key: -604476681:-951304164 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604476681 |
1 |
294 |
22182 |
true |
24-May 11:14:15 |
select b.id c0, b.updtime c1
, a.id c2, a.updtime c3
, p.id c4, p.updtime c5
, c.code c6
, t.code c7
, s.code c8
, e.id c9, e.updtime c10
, eu.id c11, eu.updtime c12
from b_bug b
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_type t on b.type_code = t.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
left outer join s_user eu on e.user_id = eu.id
order by b.id , e.id asc
Autofetch Tuned: true
Started Collecting Statistics: 24-May 11:14
Origin key: -604476681:-951304164 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604476681 |
8 |
285 |
14225 |
true |
06-May 19:20:14 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8, b.user_assigned_id c9, b.user_logged_id c10, b.product_id c11, b.priority_code c12, b.type_code c13, b.status_code c14
from b_bug b
Autofetch Tuned: true
Started Collecting Statistics: 06-May 19:19
Origin key: -604476681:-951304164 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604476681 |
2 |
285 |
2240 |
true |
06-May 19:20:23 |
select b.id c0, b.updtime c1
from b_bug b
Autofetch Tuned: true
Started Collecting Statistics: 06-May 19:20
Origin key: -604476681:-951304164 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604475720 |
6 |
0 |
8514 |
false |
08-Jun 07:21:26 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8
, u.id c9, u.email c10, u.name c11, u.pwd c12, u.salt c13, u.last_login c14, u.cookie_login c15, u.error_count c16, u.reset_code c17, u.reset_time c18, u.cretime c19, u.updtime c20, u.status_code c21
, a.id c22, a.email c23, a.name c24, a.pwd c25, a.salt c26, a.last_login c27, a.cookie_login c28, a.error_count c29, a.reset_code c30, a.reset_time c31, a.cretime c32, a.updtime c33, a.status_code c34
, p.id c35, p.name c36, p.sort_order c37, p.cretime c38, p.updtime c39
, c.code c40, c.title c41, c.sort_order c42
, t.code c43, t.title c44
, s.code c45, s.title c46
, e.id c47, e.title c48, e.post_date c49, e.body c50, e.cretime c51, e.updtime c52, e.bug_id c53
, eu.id c54, eu.email c55, eu.name c56, eu.pwd c57, eu.salt c58, eu.last_login c59, eu.cookie_login c60, eu.error_count c61, eu.reset_code c62, eu.reset_time c63, eu.cretime c64, eu.updtime c65, eu.status_code c66
from b_bug b
left outer join s_user u on b.user_assigned_id = u.id
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_type t on b.type_code = t.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
left outer join s_user eu on e.user_id = eu.id
where b.id = ?
order by b.id , e.id asc
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604475720 |
23018 |
0 |
1767 |
true |
31-Jul 16:27:03 |
select b.id c0, b.updtime c1, b.body c2, b.reported_version c3, b.fixed_version c4, b.title c5, b.user_assigned_id c6, b.cretime c7, b.duplicate_of c8
, a.id c9, a.name c10, a.updtime c11
, p.id c12, p.name c13, p.updtime c14
, c.code c15, c.title c16
, t.code c17, t.title c18
, s.code c19, s.title c20
, e.id c21, e.body c22, e.title c23, e.cretime c24, e.updtime c25
, eu.id c26, eu.name c27, eu.updtime c28
from b_bug b
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_type t on b.type_code = t.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
left outer join s_user eu on e.user_id = eu.id
where b.id = ?
order by b.id , e.id asc
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:04
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604475720 |
9 |
0 |
1492 |
true |
06-May 19:20:15 |
select b.id c0, b.updtime c1, b.body c2, b.reported_version c3, b.fixed_version c4, b.title c5, b.user_assigned_id c6, b.cretime c7, b.duplicate_of c8
, a.id c9, a.name c10, a.updtime c11
, p.id c12, p.name c13, p.updtime c14
, c.code c15, c.title c16
, t.code c17, t.title c18
, s.code c19, s.title c20
, e.id c21, e.body c22, e.title c23, e.cretime c24, e.user_id c25, e.updtime c26
from b_bug b
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_type t on b.type_code = t.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
where b.id = ?
order by b.id , e.id asc
Autofetch Tuned: true
Started Collecting Statistics: 21-Mar 10:43
Origin key: -604475720:-692786441 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604475720 |
8 |
0 |
458 |
true |
30-Jul 07:54:20 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8, b.user_assigned_id c9, b.user_logged_id c10, b.product_id c11, b.priority_code c12, b.type_code c13, b.status_code c14
from b_bug b
where b.id = ?
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 09:30
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604475720 |
8 |
0 |
2016 |
true |
19-Mar 09:56:51 |
select b.id c0, b.updtime c1, b.body c2, b.reported_version c3, b.status_code c4, b.fixed_version c5, b.product_id c6, b.title c7, b.user_assigned_id c8, b.priority_code c9, b.cretime c10, b.duplicate_of c11
, a.id c12, a.name c13, a.updtime c14
, t.code c15, t.title c16
, e.id c17, e.body c18, e.title c19, e.cretime c20, e.updtime c21
, eu.id c22, eu.name c23, eu.updtime c24
from b_bug b
left outer join s_user a on b.user_logged_id = a.id
join b_bug_type t on b.type_code = t.code
left outer join b_bug_detail e on b.id = e.bug_id
left outer join s_user eu on e.user_id = eu.id
where b.id = ?
order by b.id , e.id asc
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 09:31
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
-604475720 |
2 |
0 |
1413 |
true |
21-Jun 06:46:14 |
select b.id c0, b.updtime c1, b.body c2, b.reported_version c3, b.fixed_version c4, b.title c5, b.user_assigned_id c6, b.cretime c7, b.duplicate_of c8
, a.id c9, a.name c10, a.updtime c11
, p.id c12, p.name c13, p.updtime c14
, c.code c15, c.title c16
, t.code c17, t.title c18
, s.code c19, s.title c20
, e.id c21, e.body c22, e.title c23, e.cretime c24, e.user_id c25, e.updtime c26
from b_bug b
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_type t on b.type_code = t.code
join b_bug_status s on b.status_code = s.code
left outer join b_bug_detail e on b.id = e.bug_id
where b.id = ?
order by b.id , e.id asc
Autofetch Tuned: true
Started Collecting Statistics: 10-Jun 12:18
Origin key: -604475720:921752770 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Bug |
993345720 |
83 |
11 |
5132 |
false |
21-Jun 06:45:55 |
select b.id c0, b.title c1, b.body c2, b.resolution c3, b.reported_version c4, b.fixed_version c5, b.duplicate_of c6, b.cretime c7, b.updtime c8, b.type_code c9
, u.id c10, u.email c11, u.name c12, u.pwd c13, u.salt c14, u.last_login c15, u.cookie_login c16, u.error_count c17, u.reset_code c18, u.reset_time c19, u.cretime c20, u.updtime c21, u.status_code c22
, a.id c23, a.email c24, a.name c25, a.pwd c26, a.salt c27, a.last_login c28, a.cookie_login c29, a.error_count c30, a.reset_code c31, a.reset_time c32, a.cretime c33, a.updtime c34, a.status_code c35
, p.id c36, p.name c37
, c.code c38, c.title c39, c.sort_order c40
, s.code c41, s.title c42
from b_bug b
left outer join s_user u on b.user_assigned_id = u.id
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_status s on b.status_code = s.code
where b.fixed_version like ? and b.type_code in ( ?, ? )
order by b.id desc
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: 993345720:-1061479707 app.comp.RecentBugs.findList(RecentBugs.java:40)
|
| detail |
app.data.Bug |
993345720 |
29845 |
11 |
1537 |
true |
31-Jul 15:34:33 |
select b.id c0, b.updtime c1, b.title c2, b.type_code c3
, a.id c4, a.updtime c5
, p.id c6, p.updtime c7
, c.code c8, c.title c9
, s.code c10
from b_bug b
left outer join s_user a on b.user_logged_id = a.id
join b_product p on b.product_id = p.id
join b_bug_priority c on b.priority_code = c.code
join b_bug_status s on b.status_code = s.code
where b.fixed_version like ? and b.type_code in ( ?, ? )
order by b.id desc
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 09:39
Origin key: 993345720:-1061479707 app.comp.RecentBugs.findList(RecentBugs.java:40)
|
| detail |
app.data.BugAttachment |
-604475720 |
23037 |
0 |
378 |
false |
31-Jul 16:27:03 |
select a.id c0, a.file_name c1, a.file_path c2, a.abstract c3, a.file_size c4, a.cretime c5, a.updtime c6, a.bug_id c7
from b_bug_attachment a
where a.bug_id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.BugDetail |
-604475720 |
2 |
5 |
732 |
false |
19-Mar 09:30:13 |
select d.id c0, d.title c1, d.post_date c2, d.body c3, d.cretime c4, d.updtime c5, d.user_id c6, d.bug_id c7
from b_bug_detail d
where d.bug_id = ?
order by d.id asc
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:30
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.BugPriority |
-604475720 |
11 |
0 |
1152 |
false |
19-Mar 09:56:52 |
select p.code c0, p.title c1, p.sort_order c2
from b_bug_priority p
where p.code = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:30
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.BugProduct |
-604475720 |
10 |
0 |
318 |
false |
19-Mar 09:56:52 |
select p.id c0, p.name c1, p.sort_order c2, p.cretime c3, p.updtime c4
from b_product p
where p.id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:30
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.BugStatus |
-604475720 |
11 |
0 |
285 |
false |
19-Mar 09:56:52 |
select s.code c0, s.title c1
from b_bug_status s
where s.code = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:30
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.BugType |
-604475720 |
2 |
0 |
389 |
false |
19-Mar 09:30:13 |
select t.code c0, t.title c1
from b_bug_type t
where t.code = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:30
Origin key: -604475720:-275561723 app.comp.init.BugDetailInit.initialise(BugDetailInit.java:36)
|
| detail |
app.data.Forum |
722532051 |
49236 |
0 |
271 |
false |
31-Jul 16:26:18 |
select f.id c0, f.title c1, f.topic_count c2, f.sort_order c3, f.cretime c4, f.updtime c5
from f_forum f
where f.id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: 722532051:-1240757584 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.Forum |
887892902 |
3 |
5 |
881 |
false |
21-Jun 06:45:50 |
select f.id c0, f.title c1, f.topic_count c2, f.sort_order c3, f.cretime c4, f.updtime c5
from f_forum f
order by f.sort_order
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: 887892902:154414995 app.comp.init.ForumListInit.initialise(ForumListInit.java:22)
|
| detail |
app.data.Forum |
887892902 |
2020 |
5 |
592 |
true |
31-Jul 15:34:24 |
select f.id c0, f.title c1, f.updtime c2
from f_forum f
order by f.sort_order
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:06
Origin key: 887892902:154414995 app.comp.init.ForumListInit.initialise(ForumListInit.java:22)
|
| detail |
app.data.Forum |
1908865224 |
10 |
0 |
546 |
false |
21-Jun 06:47:13 |
select f.id c0, f.title c1, f.topic_count c2, f.sort_order c3, f.cretime c4, f.updtime c5
from f_forum f
where f.id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:46
Origin key: 1908865224:1634510449 app.comp.init.ForumDetailInit.initialise(ForumDetailInit.java:24)
|
| detail |
app.data.Forum |
1908865224 |
23083 |
0 |
542 |
true |
31-Jul 16:24:32 |
select f.id c0, f.title c1, f.updtime c2
from f_forum f
where f.id = ?
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:37
Origin key: 1908865224:1634510449 app.comp.init.ForumDetailInit.initialise(ForumDetailInit.java:24)
|
| detail |
app.data.Topic |
-149309933 |
15 |
5 |
1920 |
false |
21-Jun 06:45:50 |
select t.id c0, t.open c1, t.title c2, t.body c3, t.editor_note c4, t.post_count c5, t.rating_count c6, t.rating_total c7, t.cretime c8, t.updtime c9, t.type_code c10, t.user_id c11, t.forum_id c12
from f_topic t
where t.forum_id = ?
order by t.updtime desc
limit 6
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: -149309933:-865332634 app.comp.init.ForumListInit.initialise(ForumListInit.java:35)
|
| detail |
app.data.Topic |
-149309933 |
10100 |
5 |
218 |
true |
31-Jul 15:34:24 |
select t.id c0, t.updtime c1, t.title c2, t.post_count c3
from f_topic t
where t.forum_id = ?
order by t.updtime desc
limit 6
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:06
Origin key: -149309933:-865332634 app.comp.init.ForumListInit.initialise(ForumListInit.java:35)
|
| detail |
app.data.Topic |
592257536 |
10 |
22 |
1516 |
false |
21-Jun 06:47:13 |
select t.id c0, t.open c1, t.title c2, t.body c3, t.editor_note c4, t.post_count c5, t.rating_count c6, t.rating_total c7, t.cretime c8, t.updtime c9, t.type_code c10, t.user_id c11, t.forum_id c12
from f_topic t
where t.forum_id = ?
order by t.updtime desc
limit 51
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:46
Origin key: 592257536:-202885630 app.comp.init.ForumDetailInit.initialise(ForumDetailInit.java:39)
|
| detail |
app.data.Topic |
592257536 |
23083 |
20 |
822 |
true |
31-Jul 16:24:32 |
select t.id c0, t.updtime c1, t.title c2, t.post_count c3
from f_topic t
where t.forum_id = ?
order by t.updtime desc
limit 51
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:37
Origin key: 592257536:-202885630 app.comp.init.ForumDetailInit.initialise(ForumDetailInit.java:39)
|
| detail |
app.data.Topic |
722531090 |
1 |
179 |
9012 |
false |
14-Apr 16:40:51 |
select t.id c0, t.open c1, t.title c2, t.body c3, t.editor_note c4, t.post_count c5, t.rating_count c6, t.rating_total c7, t.cretime c8, t.updtime c9, t.type_code c10, t.forum_id c11
, u.id c12, u.email c13, u.name c14, u.pwd c15, u.salt c16, u.last_login c17, u.cookie_login c18, u.error_count c19, u.reset_code c20, u.reset_time c21, u.cretime c22, u.updtime c23, u.status_code c24
from f_topic t
join s_user u on t.user_id = u.id
Autofetch Tuned: false
Started Collecting Statistics: 14-Apr 16:40
Origin key: 722531090:-1916500025 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.Topic |
722531090 |
11 |
186 |
2946 |
true |
24-May 11:13:29 |
select t.id c0, t.updtime c1
, u.id c2, u.updtime c3
from f_topic t
join s_user u on t.user_id = u.id
Autofetch Tuned: true
Started Collecting Statistics: 24-May 11:12
Origin key: 722531090:-1916500025 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.Topic |
722532051 |
6 |
0 |
957 |
false |
02-Jun 20:39:34 |
select t.id c0, t.open c1, t.title c2, t.body c3, t.editor_note c4, t.post_count c5, t.rating_count c6, t.rating_total c7, t.cretime c8, t.updtime c9, t.type_code c10, t.forum_id c11
, u.id c12, u.email c13, u.name c14, u.pwd c15, u.salt c16, u.last_login c17, u.cookie_login c18, u.error_count c19, u.reset_code c20, u.reset_time c21, u.cretime c22, u.updtime c23, u.status_code c24
from f_topic t
join s_user u on t.user_id = u.id
where t.id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: 722532051:-1240757584 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.Topic |
722532051 |
49222 |
0 |
1223 |
true |
31-Jul 16:26:18 |
select t.id c0, t.body c1, t.forum_id c2, t.title c3, t.cretime c4, t.updtime c5
, u.id c6, u.name c7, u.updtime c8
, p.id c9, p.body c10, p.cretime c11, p.updtime c12
, pu.id c13, pu.name c14, pu.updtime c15
from f_topic t
join s_user u on t.user_id = u.id
left outer join f_topic_post p on t.id = p.topic_id
left outer join s_user pu on p.user_id = pu.id
where t.id = ?
order by t.id
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 10:00
Origin key: 722532051:-1240757584 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.Topic |
722532051 |
8 |
0 |
1537 |
true |
24-May 11:13:00 |
select t.id c0, t.body c1, t.forum_id c2, t.title c3, t.cretime c4, t.updtime c5
, u.id c6, u.name c7, u.updtime c8
, p.id c9, p.body c10, p.cretime c11, p.user_id c12, p.updtime c13
from f_topic t
join s_user u on t.user_id = u.id
left outer join f_topic_post p on t.id = p.topic_id
where t.id = ?
order by t.id
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 09:31
Origin key: 722532051:-1240757584 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.Topic |
1751618793 |
1 |
0 |
572 |
false |
22-Mar 21:06:13 |
select t.id c0, t.open c1, t.title c2, t.body c3, t.editor_note c4, t.post_count c5, t.rating_count c6, t.rating_total c7, t.cretime c8, t.updtime c9, t.type_code c10, t.user_id c11, t.forum_id c12
from f_topic t
where t.id = ?
Autofetch Tuned: false
Started Collecting Statistics: 22-Mar 21:06
Origin key: 1751618793:1750980254 app.data.Topic$$EntityBean$mysql.getForum(Topic.java:1)
|
| detail |
app.data.Topic |
1751618793 |
36 |
0 |
1095 |
true |
17-May 04:49:04 |
select t.id c0, t.open c1, t.title c2, t.body c3, t.editor_note c4, t.post_count c5, t.rating_count c6, t.rating_total c7, t.cretime c8, t.updtime c9, t.type_code c10, t.user_id c11, t.forum_id c12
from f_topic t
where t.id = ?
Autofetch Tuned: true
Started Collecting Statistics: 23-Mar 08:08
Origin key: 1751618793:1750980254 app.data.Topic$$EntityBean$mysql.getForum(Topic.java:1)
|
| detail |
app.data.TopicPost |
722532051 |
6 |
8 |
1254 |
false |
02-Jun 20:39:34 |
select p.id c0, p.title c1, p.body c2, p.editor_note c3, p.cretime c4, p.updtime c5, p.parent_id c6, p.topic_id c7, p.user_id c8
from f_topic_post p
where p.topic_id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: 722532051:-1240757584 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.User |
540431822 |
4 |
0 |
620 |
false |
31-Mar 13:35:32 |
select u.id c0, u.email c1, u.name c2, u.pwd c3, u.salt c4, u.last_login c5, u.cookie_login c6, u.error_count c7, u.reset_code c8, u.reset_time c9, u.cretime c10, u.updtime c11, u.status_code c12
from s_user u
where lower(u.email) =?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 12:43
Origin key: 540431822:-1310677491 app.global.usercontext.UserManager.findUser(UserManager.java:239)
|
| detail |
app.data.User |
540431822 |
7 |
0 |
21308 |
true |
06-Jul 19:11:24 |
select u.id c0, u.email c1, u.name c2, u.pwd c3, u.salt c4, u.last_login c5, u.cookie_login c6, u.error_count c7, u.reset_code c8, u.reset_time c9, u.cretime c10, u.updtime c11, u.status_code c12
from s_user u
where lower(u.email) =?
Autofetch Tuned: true
Started Collecting Statistics: 22-Mar 14:59
Origin key: 540431822:852069242 app.global.usercontext.UserManager.findUser(UserManager.java:239)
|
| detail |
app.data.User |
540431822 |
41 |
0 |
11603 |
true |
15-Jul 12:50:17 |
select u.id c0, u.pwd c1, u.name c2, u.status_code c3, u.error_count c4, u.salt c5, u.updtime c6, u.last_login c7
from s_user u
where lower(u.email) =?
Autofetch Tuned: true
Started Collecting Statistics: 22-Mar 03:37
Origin key: 540431822:-1310677491 app.global.usercontext.UserManager.findUser(UserManager.java:239)
|
| detail |
app.data.User |
540431822 |
2 |
1 |
684 |
true |
21-Mar 08:48:20 |
select u.id c0, u.pwd c1, u.name c2, u.status_code c3, u.error_count c4, u.salt c5, u.updtime c6
from s_user u
where lower(u.email) =?
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 16:59
Origin key: 540431822:-1310677491 app.global.usercontext.UserManager.findUser(UserManager.java:239)
|
| detail |
app.data.User |
722532051 |
28 |
0 |
517 |
false |
21-Jun 06:46:14 |
select u.id c0, u.email c1, u.name c2, u.pwd c3, u.salt c4, u.last_login c5, u.cookie_login c6, u.error_count c7, u.reset_code c8, u.reset_time c9, u.cretime c10, u.updtime c11, u.status_code c12
from s_user u
where u.id = ?
Autofetch Tuned: false
Started Collecting Statistics: 19-Mar 09:29
Origin key: 722532051:-1240757584 app.comp.init.TopicInit.initialise(TopicInit.java:25)
|
| detail |
app.data.User |
1932188223 |
355 |
0 |
533 |
true |
25-Jul 11:13:55 |
select u.id c0, u.last_login c1, u.name c2, u.status_code c3, u.updtime c4
from s_user u
where u.id = ?
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 13:03
Origin key: 1932188223:-1245660067 app.global.usercontext.UserManager.loginAuto(UserManager.java:176)
|
| detail |
app.data.User |
1932188223 |
2 |
0 |
2134 |
true |
19-Mar 16:37:04 |
select u.id c0, u.email c1, u.name c2, u.pwd c3, u.salt c4, u.last_login c5, u.cookie_login c6, u.error_count c7, u.reset_code c8, u.reset_time c9, u.cretime c10, u.updtime c11, u.status_code c12
from s_user u
where u.id = ?
Autofetch Tuned: true
Started Collecting Statistics: 19-Mar 15:43
Origin key: 1932188223:-1612095406 app.global.usercontext.UserManager.loginAuto(UserManager.java:176)
|