Closed
Bug 720363
Opened 14 years ago
Closed 14 years ago
Land graphs change
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Unassigned)
References
Details
Can we please get this SQL pushed today to graphs.mozilla.org, graphs-new.mozilla.org and graphs-old.mozilla.org:
insert into tests values (NULL,"tsspider.2_paint","SunSpider 2 MozAfterPaint",1,1,7);
insert into tests values (NULL,"tsspider.2_nochrome_paint","SunSpider 2 NoChrome MozAfterPaint",0,1,7);
insert into tests values (NULL,"tdhtml.2_paint","DHTML 2 MozAfterPaint",1,1,3);
insert into tests values (NULL,"tdhtml.2_nochrome_paint","DHTML 2 NoChrome MozAfterPaint",0,1,3);
insert into tests values (NULL,"tscroll.2_paint","tscroll 2",1,1,11);
insert into tests values (NULL,"a11y.2_paint","a11y 2 MozAfterPaint",1,1,13);
insert into tests values (NULL,"tsvg.2","SVG 2",1,1,5);
insert into tests values (NULL,"tsvg.2_nochrome","SVG 2 NoChrome",0,1,5);
insert into tests values (NULL,"tsvg_opacity.2","SVG, Opacity 2",1,1,9);
insert into tests values (NULL,"tsvg_opacity.2_nochrome","SVG, Opacity 2 NoChrome",1,1,9);
insert into tests values (NULL,"v8.2_paint","V8 2 MozAfterPaint",1,1,10);
insert into tests values (NULL,"v8.2_nochrome_paint","V8 2 NoChrome MozAfterPaint",1,1,10);
Thanks!
Updated•14 years ago
|
Assignee: server-ops → server-ops-database
Component: Server Operations → Server Operations: Database
Updated•11 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
•