mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix a comment on the UnpackedRecord.r1 and UnpackedRecord.r2 fields.
No changes to code. FossilOrigin-Name: 622b108915c7982b29ca9920abde941fff55234b70af9ac4122e4827b35d985c
This commit is contained in:
@@ -2089,8 +2089,8 @@ struct UnpackedRecord {
|
||||
u16 nField; /* Number of entries in apMem[] */
|
||||
i8 default_rc; /* Comparison result if keys are equal */
|
||||
u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
|
||||
i8 r1; /* Value to return if (lhs > rhs) */
|
||||
i8 r2; /* Value to return if (rhs < lhs) */
|
||||
i8 r1; /* Value to return if (lhs < rhs) */
|
||||
i8 r2; /* Value to return if (lhs > rhs) */
|
||||
u8 eqSeen; /* True if an equality comparison has been seen */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user