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:
@@ -7625,6 +7625,7 @@ case OP_AggFinal: {
|
||||
}
|
||||
sqlite3VdbeChangeEncoding(pMem, encoding);
|
||||
UPDATE_MAX_BLOBSIZE(pMem);
|
||||
REGISTER_TRACE((int)(pMem-aMem), pMem);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user