Bug 259117

Summary: SQLiteDatabase should try to set RunningBoard file attribute on all database files, not just the main one
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2023-07-11 10:55:51 PDT
SQLiteDatabase should try to set RunningBoard file attribute on all database files, not just the main one.

This is a follow-up to 265951@main. This is not perfect this we don't control when the `-shm` file will be created for example. However, this is a best effort until we have something better (like an API from SQLite).
Comment 1 Chris Dumez 2023-07-11 10:56:00 PDT
<rdar://97212284>
Comment 2 Chris Dumez 2023-07-11 10:57:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15749
Comment 3 EWS 2023-07-11 13:03:32 PDT
Committed 265962@main (b182e96083de): <https://commits.webkit.org/265962@main>

Reviewed commits have been landed. Closing PR #15749 and removing active labels.