Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_ColumnCache

10590 #define SQLITE_ColumnCache    0x0002   /* Column cache */
80443 /* The SQLITE_ColumnCache flag disables the column cache. This is used
80447 if( OptimizationDisabled(pParse->db, SQLITE_ColumnCache) ) return;