Closed
Bug 1125919
Opened 11 years ago
Closed 11 years ago
update graphs.m.o and graphs.a.o with sql statements for Yosemite machine names
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: scabral)
References
Details
(Whiteboard: [data: data_quality])
In bug 1125853, we added sql statements to the sql file for graph server, we need to get these statements deployed to the live databases:
insert into os_list values (55, "MacOSX 10.10);
insert into machines values (NULL, 55, 0, "2.0", "t-yosemite-r5-0001", 1, unix_timestamp());
insert into machines values (NULL, 55, 0, "2.0", "t-yosemite-r5-0002", 1, unix_timestamp());
insert into machines values (NULL, 55, 0, "2.0", "t-yosemite-r5-0003", 1, unix_timestamp());
insert into machines values (NULL, 55, 0, "2.0", "t-yosemite-r5-0001.e", 1, unix_timestamp());
insert into machines values (NULL, 55, 0, "2.0", "t-yosemite-r5-0002.e", 1, unix_timestamp());
insert into machines values (NULL, 55, 0, "2.0", "t-yosemite-r5-0003.e", 1, unix_timestamp());
| Assignee | ||
Comment 1•11 years ago
|
||
I assume the first one is meant to be:
insert into os_list values (55, "MacOSX 10.10");
It's missing a trailing quote.
Though as it turns out, it was already on the stage and production graphs dbs, as were the first three machines. I have inserted the last 3 machines into stage and prod graph dbs.
Assignee: server-ops-database → scabral
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [data: data_quality]
You need to log in
before you can comment on or make changes to this bug.
Description
•