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

Show the output value from OP_AggFinal when doing byte-code tracing.

FossilOrigin-Name: 35f10a06ba81b8a526249729828fff06214e9cf95de418a9081f19d8d69fd657
This commit is contained in:
drh
2023-03-04 12:57:07 +00:00
parent 3410e550dc
commit c8c7243d6e
3 changed files with 9 additions and 8 deletions

View File

@@ -7625,6 +7625,7 @@ case OP_AggFinal: {
}
sqlite3VdbeChangeEncoding(pMem, encoding);
UPDATE_MAX_BLOBSIZE(pMem);
REGISTER_TRACE((int)(pMem-aMem), pMem);
break;
}