1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix some incorrect comments and typos in comments. Add testcase() macros

to some of the new record comparison code.

FossilOrigin-Name: b83cfe899d84fe9d61540e9984321ca30401638c
This commit is contained in:
drh
2014-03-06 01:56:33 +00:00
parent 62117159d0
commit b6e8fd105c
6 changed files with 53 additions and 23 deletions

View File

@@ -4576,7 +4576,7 @@ int sqlite3BtreeMovetoUnpacked(
|| pIdxKey->default_rc==-1
);
}else{
xRecordCompare = 0; /* Not actually used. Avoids a compiler warning. */
xRecordCompare = 0; /* All keys are integers */
}
rc = moveToRoot(pCur);