Closed
Bug 974442
Opened 11 years ago
Closed 11 years ago
update graphs.m.o and graphs.a.o with sql statements for updated cart performance tests
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: bjohnson)
References
Details
we need to run these insert statements on both databases:
insert into pages values (NULL, 20, "3-customize-enter-css.half.TART);
insert into pages values (NULL, 20, "3-customize-enter-css.all.TART);
insert into pages values (NULL, 20, "3-customize-enter-css.error.TART);
Assignee | ||
Comment 1•11 years ago
|
||
Queries corrected to have the ending quote, then executed:
insert into pages values (NULL, 20, '3-customize-enter-css.half.TART');
insert into pages values (NULL, 20, '3-customize-enter-css.all.TART');
insert into pages values (NULL, 20, '3-customize-enter-css.error.TART');
Thanks!
Assignee: server-ops-database → bjohnson
Status: NEW → RESOLVED
Closed: 11 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
•