Closed
Bug 587141
Opened 15 years ago
Closed 15 years ago
Please land the following release branches in production graphs DB
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: fox2mike)
References
Details
insert into branches values (NULL,"Firefox3.0-Release");
insert into branches values (NULL,"Firefox3.5-Release");
insert into branches values (NULL,"Firefox3.6-Release");
insert into branches values (NULL,"Firefox4.0-Release");
Updated•15 years ago
|
Assignee: server-ops → justdave
Reporter | ||
Comment 2•15 years ago
|
||
Yes, please.
Assignee | ||
Comment 3•15 years ago
|
||
Cool, would be nice if the bug mentioned it :) Just so that we're clear where it needs to go.
Summary: Please land the following release branches in graphs DB → Please land the following release branches in production graphs DB
Assignee | ||
Comment 4•15 years ago
|
||
One failure, is that okay?
mysql> insert into branches values (NULL,"Firefox3.0-Release");
Query OK, 1 row affected (0.01 sec)
mysql> insert into branches values (NULL,"Firefox3.5-Release");
Query OK, 1 row affected (0.00 sec)
mysql> insert into branches values (NULL,"Firefox3.6-Release");
ERROR 1062 (23000): Duplicate entry 'Firefox3.6-Release' for key 2
mysql> insert into branches values (NULL,"Firefox4.0-Release");
Query OK, 1 row affected (1.11 sec)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•