[?]
Jan 26, 2010, 8:19 PM
RH37XKJ27AMZIMB5JW5ZVDYMKHSIEGJNG6XZO4M45FE6V2N2YRIACDependencies
- [2]
MI4IMCD3 - [3]
A6FXZPKE* Another essential index. - [4]
S6OISBQ3* Mark the "current" builds in a jobset, i.e. those corresponding to - [5]
SLWFKMU5extra indexes - [6]
Z4KRJX4Q* In the last succeeded / job status queries, use the Builds.isCurrent - [7]
KN3VYE5P* Cleaned up the foreign key constraints. - [8]
RAKTHYAI* In the job status and error pages, show when the status of a job - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- edit in src/sql/hydra.sql at line 430
create index IndexBuildsByFinished on Builds(finished); - replacement in src/sql/hydra.sql at line 433
create index IndexBuild on BuildProducts(build);create index IndexBuildType on BuildProducts(build, type);create index IndexBuildProductsByBuild on BuildProducts(build);create index IndexBuildProducstByBuildAndType on BuildProducts(build, type);