mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Merge trunk changes, including the addition of FTS5 and pcache1 performance
enhancements. FossilOrigin-Name: db4cbefb8674c6cfff27c1e918741de1885c845c
This commit is contained in:
		@@ -3346,6 +3346,7 @@ static int vdbeRecordCompareDebug(
 | 
			
		||||
  /*  mem1.u.i = 0;  // not needed, here to silence compiler warning */
 | 
			
		||||
  
 | 
			
		||||
  idx1 = getVarint32(aKey1, szHdr1);
 | 
			
		||||
  if( szHdr1>98307 ) return SQLITE_CORRUPT;
 | 
			
		||||
  d1 = szHdr1;
 | 
			
		||||
  assert( pKeyInfo->nField+pKeyInfo->nXField>=pPKey2->nField || CORRUPT_DB );
 | 
			
		||||
  assert( pKeyInfo->aSortOrder!=0 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user