Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_sqlite
Commits
02552612
Commit
02552612
authored
14 years ago
by
Jean-Baptiste Queru
Committed by
Android Code Review
14 years ago
Browse files
Options
Download
Plain Diff
Merge "resolve a bad merge"
parents
41a36383
2c801c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
dist/sqlite3.c
dist/sqlite3.c
+0
-8
No files found.
dist/sqlite3.c
View file @
02552612
...
...
@@ -26457,7 +26457,6 @@ end_takeconch:
pCtx->lockProxyPath;
}
}
>>>>>>> BEGIN MERGE CONFLICT
/* if the conch isn't writable and doesn't match, we can't take it */
if( (conchFile->openFlags&O_RDWR) == 0 ){
...
...
@@ -26594,13 +26593,6 @@ end_takeconch:
OSTRACE3("TAKECONCH %d %s\n", conchFile->h, rc==SQLITE_OK?"ok":"failed");
return rc;
} while (1); /* in case we need to retry the :auto: lock file - we should never get here except via the 'continue' call. */
============================
} else {
conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
}
OSTRACE3("TAKECONCH %d %s\n", conchFile->h, rc==SQLITE_OK?"ok":"failed");
return rc;
<<<<<<< END MERGE CONFLICT
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment