Searched refs:bMismatch (Results 1 – 1 of 1) sorted by relevance
235601 int bMismatch = 0; local235637 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 ){