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)

task
Not set
normal

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: server-ops-database → dgherman
Done.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.