diff options
author | dan <dan@noemail.net> | 2015-02-23 16:17:46 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2015-02-23 16:17:46 +0000 |
commit | bbd0c46e0ed724f33bd49b090d433698fbf4acd7 (patch) | |
tree | 0dd926a08d42415679e26bc704df8d7df8611131 /src/btreeInt.h | |
parent | 04f121c18771f994abba1c46c6c56cbf38e0aca3 (diff) | |
parent | d4ef026ebb87b2d4504b73ce08cde8da2a849b9e (diff) | |
download | sqlite-bbd0c46e0ed724f33bd49b090d433698fbf4acd7.tar.gz sqlite-bbd0c46e0ed724f33bd49b090d433698fbf4acd7.zip |
Merge latest trunk changes with this branch.
FossilOrigin-Name: e5ca79d2d3c066252b0baa4f76ddbe0ee3b14cb6
Diffstat (limited to 'src/btreeInt.h')
-rw-r--r-- | src/btreeInt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/btreeInt.h b/src/btreeInt.h index ed4d75ee9..87d0ef1bb 100644 --- a/src/btreeInt.h +++ b/src/btreeInt.h @@ -418,6 +418,9 @@ struct BtShared { #endif u8 inTransaction; /* Transaction state */ u8 max1bytePayload; /* Maximum first byte of cell for a 1-byte payload */ +#ifdef SQLITE_HAS_CODEC + u8 optimalReserve; /* Desired amount of reserved space per page */ +#endif u16 btsFlags; /* Boolean parameters. See BTS_* macros below */ u16 maxLocal; /* Maximum local payload in non-LEAFDATA tables */ u16 minLocal; /* Minimum local payload in non-LEAFDATA tables */ |