Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c235601 int bMismatch = 0; local
235637 bMismatch = 1;
235642 if( pTo->abPK[i]!=abPK[i] ) bMismatch = 1;
235643 if( sqlite3_stricmp(azCol[i], pTo->azCol[i]) ) bMismatch = 1;
235649 if( bMismatch ){