diff options
author | drh <drh@noemail.net> | 2019-08-08 16:23:12 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2019-08-08 16:23:12 +0000 |
commit | 5eae1d1b33b376fab31497cbdb129e2e065568c8 (patch) | |
tree | 4f749490304f1b1becc88873f480279f873a2f5d /src/sqliteInt.h | |
parent | 175b8f06f7fcf75d95e70f5b2232a5535055ac13 (diff) | |
download | sqlite-5eae1d1b33b376fab31497cbdb129e2e065568c8.tar.gz sqlite-5eae1d1b33b376fab31497cbdb129e2e065568c8.zip |
More legacy STAT3 code removed.
FossilOrigin-Name: 845d2f17de5b4740f95884307d9efec3223737bb0f2c4a74693666caf5f61c21
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 4792919ac..efe8e1b97 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -1573,8 +1573,8 @@ struct sqlite3 { #define SQLITE_OmitNoopJoin 0x0100 /* Omit unused tables in joins */ #define SQLITE_CountOfView 0x0200 /* The count-of-view optimization */ #define SQLITE_CursorHints 0x0400 /* Add OP_CursorHint opcodes */ -#define SQLITE_Stat34 0x0800 /* Use STAT4 data */ - /* TH3 expects the Stat34 ^^^^^^ value to be 0x0800. Don't change it */ +#define SQLITE_Stat4 0x0800 /* Use STAT4 data */ + /* TH3 expects the Stat4 ^^^^^^ value to be 0x0800. Don't change it */ #define SQLITE_PushDown 0x1000 /* The push-down optimization */ #define SQLITE_SimplifyJoin 0x2000 /* Convert LEFT JOIN to JOIN */ #define SQLITE_SkipScan 0x4000 /* Skip-scans */ |