Searched refs:schema_cookie (Results 1 – 1 of 1) sorted by relevance
17390 int schema_cookie; /* Database schema version number for this file */ member96701 if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta ){96777 *(u32*)&pDb->pSchema->schema_cookie = *(u32*)&pOp->p3 - pOp->p5;102022 pTab->pSchema->schema_cookie,120839 pSchema->schema_cookie, /* P3 */122671 (int)(1+(unsigned)db->aDb[iDb].pSchema->schema_cookie));140994 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];141231 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){182319 if( db && (y = db->aDb[0].pSchema->schema_cookie)!=0 ){ x = y; }228371 db->aDb[0].pSchema->schema_cookie -= 32;[all …]