Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlite: do not
Ping()
after connecting
`Ping()` requires the DB lock, so we had to move it into a transaction to fix #17859. Since we try to access the DB directly afterwards, I prefer to let that fail instead of paying the cost of a transaction which would lock the DB for _all_ processes. [NO NEW TESTS NEEDED] as it's a hard to reproduce race. Fixes: #17859 Signed-off-by: Valentin Rothberg <[email protected]>
- Loading branch information