Home
last modified time | relevance | path

Searched refs:BTREE_SCHEMA_VERSION (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.h153 #define BTREE_SCHEMA_VERSION 1 macro
H A Dpragma.h514 /* iArg: */ BTREE_SCHEMA_VERSION },
H A Dprepare.c292 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1]; in sqlite3InitOne()
520 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie); in schemaIsValid()
H A Dvacuum.c343 BTREE_SCHEMA_VERSION, 1, /* Add one to the old schema cookie */ in sqlite3RunVacuum()
H A Dpragma.c2173 if( iCookie==BTREE_SCHEMA_VERSION && (db->flags & SQLITE_Defensive)!=0 ){ in sqlite3Pragma()
H A Dbuild.c2047 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION, in sqlite3ChangeCookie()
H A Dvdbe.c4040 if( pOp->p2==BTREE_SCHEMA_VERSION ){ in sqlite3VdbeExec()
/sqlite-3.40.0/tool/
H A Dmkpragmatab.tcl327 ARG: BTREE_SCHEMA_VERSION