core: drop mutex on contents

There is no need to have mutexes on buffers, we will introduce mutexes
if we want later on a file level to introduce serializability.
This commit is contained in:
Pere Diaz Bou
2024-11-13 19:13:15 +01:00
parent 71ac1eacb7
commit c46bd63b5a
4 changed files with 119 additions and 147 deletions

View File

@@ -885,7 +885,7 @@ fn sqlite3_errstr_impl(rc: i32) -> *const std::ffi::c_char {
"datatype mismatch", // SQLITE_MISMATCH
"bad parameter or other API misuse", // SQLITE_MISUSE
#[cfg(feature = "lfs")]
"", // SQLITE_NOLFS
"", // SQLITE_NOLFS
#[cfg(not(feature = "lfs"))]
"large file support is disabled", // SQLITE_NOLFS
"authorization denied", // SQLITE_AUTH