mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Reduce the size of the WhereScan object by 24 bytes while also clarifying its
operation. FossilOrigin-Name: cbc3c9a8bf169ae0b21f26855038502c6cc25cfe
This commit is contained in:
@@ -291,7 +291,8 @@ struct WhereScan {
|
||||
unsigned char iEquiv; /* Next unused slot in aEquiv[] */
|
||||
u32 opMask; /* Acceptable operators */
|
||||
int k; /* Resume scanning at this->pWC->a[this->k] */
|
||||
int aEquiv[22]; /* Cursor,Column pairs for equivalence classes */
|
||||
int aiCur[11]; /* Cursors in the equivalence class */
|
||||
i16 aiColumn[11]; /* Corresponding column number in the eq-class */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user