Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rgw/sfs: Use sqlite3_status() in make_sqlite3_status_fn()
The current implementation calls sqlite3_db_status(), which is incorrect, given we're using it for SQLITE_STATUS_MEMORY_USED, SQLITE_STATUS_MALLOC_SIZE, and SQLITE_STATUS_MALLOC_COUNT. These codes are for use with sqlite3_status(). Signed-off-by: Tim Serong <[email protected]> (cherry picked from commit ee79aba)
- Loading branch information