Searched refs:schema_cookie (Results 1 – 1 of 1) sorted by relevance
17873 int schema_cookie; /* Database schema version number for this file */ member98471 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){98547 *(u32*)&pDb->pSchema->schema_cookie = *(u32*)&pOp->p3 - pOp->p5;103860 pTab->pSchema->schema_cookie,123217 pSchema->schema_cookie, /* P3 */125041 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie));144038 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];144268 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){186844 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; }233342 db->aDb[0].pSchema->schema_cookie -= 32;[all …]