Differences From Artifact [5dcf3c6ff0]:
- File src/event.c — part of check-in [1c8768b0de] at 2017-02-28 16:25:26 on branch fossil-2.0 — Refactoring and cleanup of some of the hash name interfaces. (user: drh size: 17906) [more...]
To Artifact [e0412afa4a]:
- File src/event.c — part of check-in [a4047a91e3] at 2017-09-19 01:36:46 on branch trunk — Change the content_deltify() routine so that looks an array of candidate source artifacts and picks the one that gives the best delta. (user: drh size: 17910) [more...]
| ︙ | |||
330 331 332 333 334 335 336 | 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 | - + |
nrid = content_put(&event);
db_multi_exec("INSERT OR IGNORE INTO unsent VALUES(%d)", nrid);
if( manifest_crosslink(nrid, &event, MC_NONE)==0 ){
db_end_transaction(1);
return 0;
}
assert( blob_is_reset(&event) );
|
| ︙ |