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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user