Bug 259117 - SQLiteDatabase should try to set RunningBoard file attribute on all database files, not just the main one
Summary: SQLiteDatabase should try to set RunningBoard file attribute on all database ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-11 10:55 PDT by Chris Dumez
Modified: 2023-07-11 13:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.