Searched refs:schema_cookie (Results 1 – 1 of 1) sorted by relevance
18516 int schema_cookie; /* Database schema version number for this file */ member100794 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){100870 *(u32*)&pDb->pSchema->schema_cookie = *(u32*)&pOp->p3 - pOp->p5;106274 pTab->pSchema->schema_cookie,126747 pSchema->schema_cookie, /* P3 */128585 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie));148190 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];148420 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){191661 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; }239336 db->aDb[0].pSchema->schema_cookie -= 32;[all …]