Home | History | Annotate | Download | only in dist

Lines Matching refs:WALINDEX_MAX_VERSION

41842 ** WALINDEX_MAX_VERSION, then no read-transaction is opened and SQLite
41846 #define WALINDEX_MAX_VERSION 3007000
42207 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
43423 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){