Home
last modified time | relevance | path

Searched refs:INITFLAG_AlterMask (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dprepare.c32 }else if( pData->mInitFlags & (INITFLAG_AlterMask) ){ in corruptSchema()
40 azAlterType[(pData->mInitFlags&INITFLAG_AlterMask)-1], in corruptSchema()
H A DsqliteInt.h3966 #define INITFLAG_AlterMask 0x0003 /* Types of ALTER */ macro