1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Merge in recent enhancements.

FossilOrigin-Name: b0fc8ca14ec8ed3a42bf647b112d5fba640f2adc948485da795fc802b74b3106
This commit is contained in:
drh
2021-03-03 19:41:15 +00:00
140 changed files with 9428 additions and 2093 deletions

View File

@@ -462,6 +462,7 @@ struct BtShared {
#ifndef SQLITE_OMIT_CONCURRENT
BtreePtrmap *pMap;
#endif
int nPreformatSize; /* Size of last cell written by TransferRow() */
};
/*