Closed Bug 572711 Opened 14 years ago Closed 14 years ago

please insert branch info into production graphserver

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
All
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lsblakk, Assigned: fox2mike)

References

Details

Assignee: server-ops → shyam
Done! mysql> insert into branches values (NULL,"Maple"); Query OK, 1 row affected (0.00 sec) mysql> insert into branches values (NULL,"Cedar"); Query OK, 1 row affected (0.00 sec) mysql> insert into branches values (NULL,"Birch"); Query OK, 1 row affected (0.01 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_maple",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_maple_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_cedar",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_cedar_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_birch",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,6,0,NULL,"Linux_birch_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_maple",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_maple_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_cedar",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_cedar_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_birch",1,unix_timestamp()); Query OK, 1 row affected (0.02 sec) mysql> insert into machines values (NULL,7,0,NULL,"OS_X_10.5.2_birch_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_maple",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_maple_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_cedar",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_cedar_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_birch",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,8,0,NULL,"WINNT_5.2_birch_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,19,0,NULL,"WINNT_6.1_maple",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,19,0,NULL,"WINNT_6.1_maple_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,19,0,NULL,"WINNT_6.1_cedar",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,19,0,NULL,"WINNT_6.1_cedar_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,19,0,NULL,"WINNT_6.1_birch",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,19,0,NULL,"WINNT_6.1_birch_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_maple",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_maple_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_cedar",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_cedar_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_birch",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,17,0,NULL,"OS_X_10.6.2_birch_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_maple",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_maple_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_cedar",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_cedar_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.02 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_birch",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec) mysql> insert into machines values (NULL,18,0,NULL,"Linux_x86-64_birch_leak_test",1,unix_timestamp()); Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.