Searched refs:schema_cookie (Results 1 – 1 of 1) sorted by relevance
17440 int schema_cookie; /* Database schema version number for this file */ member97213 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){97289 *(u32*)&pDb->pSchema->schema_cookie = *(u32*)&pOp->p3 - pOp->p5;102562 pTab->pSchema->schema_cookie,121589 pSchema->schema_cookie, /* P3 */123421 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie));142095 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];142332 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){183935 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; }230214 db->aDb[0].pSchema->schema_cookie -= 32;[all …]