mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Fix compiler warnings. Better comments on some variables associated with
LIKE/GLOB processing in the query planner. FossilOrigin-Name: cfa2db0ff7a94e7f66c35f672ee41cadd45a6dd7
This commit is contained in:
@@ -6454,7 +6454,7 @@ int sqlite3BtreeInsert(
|
||||
){
|
||||
int rc;
|
||||
int loc = seekResult; /* -1: before desired location +1: after */
|
||||
int szNew;
|
||||
int szNew = 0;
|
||||
int idx;
|
||||
MemPage *pPage;
|
||||
Btree *p = pCur->pBtree;
|
||||
|
Reference in New Issue
Block a user