Differences From Artifact [325e4277b1]:
- File src/descendants.c — part of check-in [dcc68b46b2] at 2011-05-12 01:08:32 on branch trunk — Performance improvement by caching prepared statements when computing ancestors and descendents of a check-in. (user: drh size: 10193) [more...]
To Artifact [db3876b79a]:
- File src/descendants.c — part of check-in [2a013f0228] at 2011-06-01 22:32:29 on branch trunk — In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. (user: drh size: 10205) [more...]
| ︙ | |||
240 241 242 243 244 245 246 | 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | - + |
Stmt q;
int base;
db_must_be_within_tree();
if( g.argc==2 ){
base = db_lget_int("checkout", 0);
}else{
|
| ︙ |