1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Back out part of the change in [23ea2b700fd6d28d] since TH3 reveals some

problems in OOM situations.

FossilOrigin-Name: 15d215d62df72c1bf1e605629692ee40d96546a6
This commit is contained in:
drh
2009-11-16 21:28:45 +00:00
parent af2b572028
commit 372726336b
3 changed files with 11 additions and 11 deletions

View File

@@ -2786,7 +2786,7 @@ int sqlite3VdbeRecordCompare(
pKeyInfo = pPKey2->pKeyInfo;
mem1.enc = pKeyInfo->enc;
mem1.db = 0;
mem1.db = pKeyInfo->db;
/* mem1.flags = 0; // Will be initialized by sqlite3VdbeSerialGet() */
VVA_ONLY( mem1.zMalloc = 0; ) /* Only needed by assert() statements */