mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-16 23:02:26 +03:00
Improved debugging output with wheretrace. Fix some typos in test script
comments. FossilOrigin-Name: 13a37fd487ce7d4f98a12f7a67a9c05dadc66557
This commit is contained in:
@@ -1561,7 +1561,8 @@ static int whereEqualScanEst(
|
||||
pBuilder->nRecValid = nEq;
|
||||
|
||||
whereKeyStats(pParse, p, pRec, 0, a);
|
||||
WHERETRACE(0x10,("equality scan regions: %d\n", (int)a[1]));
|
||||
WHERETRACE(0x10,("equality scan regions %s(%d): %d\n",
|
||||
p->zName, nEq-1, (int)a[1]));
|
||||
*pnRow = a[1];
|
||||
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user