Commit 5f3d1e7
committed
content-sqlite: set quick_check pragma
Problem: if database is corrupt, content-sqlite may load successfully
then fail a load/store request, resulting in secondary failures
such as a KVS module load failure, and content-flush hang in rc3.
Add the sqlite "quick_check" pragma which detects a corrupt database
during module initialization.
Fixes #43381 parent 23aa624 commit 5f3d1e7
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
643 | 651 | | |
644 | 652 | | |
645 | 653 | | |
| |||
0 commit comments