diff options
author | dan <dan@noemail.net> | 2014-10-15 19:37:13 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2014-10-15 19:37:13 +0000 |
commit | f11b256b0bad2e843f4df0205bd7093f632aa38d (patch) | |
tree | be608b0913db6a27e576bd58c4e07e73abf73de7 /src/btreeInt.h | |
parent | 92fe38ece56c01929b8ad949c94a8b7732db496c (diff) | |
parent | 5d510d4c412ec360cec5cd088fd8debff94e3354 (diff) | |
download | sqlite-f11b256b0bad2e843f4df0205bd7093f632aa38d.tar.gz sqlite-f11b256b0bad2e843f4df0205bd7093f632aa38d.zip |
Merge latest trunk changes with this branch.
FossilOrigin-Name: 1b2824f1d11ac336779372e322aecfb36fb2a31d
Diffstat (limited to 'src/btreeInt.h')
-rw-r--r-- | src/btreeInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btreeInt.h b/src/btreeInt.h index 9f648fceb..2368e6c88 100644 --- a/src/btreeInt.h +++ b/src/btreeInt.h @@ -436,7 +436,7 @@ struct BtShared { BtLock *pLock; /* List of locks held on this shared-btree struct */ Btree *pWriter; /* Btree with currently open write transaction */ #endif - u8 *pTmpSpace; /* BtShared.pageSize bytes of space for tmp use */ + u8 *pTmpSpace; /* Temp space sufficient to hold a single cell */ }; /* |