Closed
Bug 713886
Opened 13 years ago
Closed 13 years ago
please run the following SQL on production and staging graph databases
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: dumitru)
References
Details
insert into branches values (NULL,"Profiling");
insert into branches values (NULL,"Profiling-Non-PGO");
insert into machines values (NULL,6,0,NULL,"Linux_profiling",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_profiling_leak_test",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_QT_profiling",1,unix_timestamp());
insert into machines values (NULL,6,0,NULL,"Linux_QT_profiling_leak_test",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_profiling",1,unix_timestamp());
insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_profiling_leak_test",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_profiling",1,unix_timestamp());
insert into machines values (NULL,8,0,NULL,"WINNT_5.2_profiling_leak_test",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_profiling",1,unix_timestamp());
insert into machines values (NULL,19,0,NULL,"WINNT_6.1_profiling_leak_test",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_profiling",1,unix_timestamp());
insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_profiling_leak_test",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_profiling",1,unix_timestamp());
insert into machines values (NULL,18,0,NULL,"Linux_x86-64_profiling_leak_test",1,unix_timestamp());
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-database → dgherman
Assignee | ||
Comment 1•13 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•