Differences From Artifact [47b5a77023]:
- File src/vfile.c — part of check-in [5c74c300b1] at 2007-08-04 00:38:38 on branch trunk — Changes to the checksum verification steps to allow a partial commit of changes after new files are added to the tree. (user: drh size: 11287)
To Artifact [2bf3326797]:
- File src/vfile.c — part of check-in [6eca3132fe] at 2007-08-09 11:55:52 on branch trunk — Fix an off-by-one error that can cause a segfault during sync. (user: drh size: 11289)
| ︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + |
** user input with mixed case, use resolve_uuid().
**
** If the UUID is not found and phantomize is 1, then attempt to
** create a phantom record.
*/
int uuid_to_rid(const char *zUuid, int phantomize){
int rid, sz;
|
| ︙ |