mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Fix typo in a comment. No code changes.
FossilOrigin-Name: 424ef9550abaab32f745dc955e8996d51836eaed737e24c4b4db811aa118ce5d
This commit is contained in:
@@ -6743,7 +6743,7 @@ static void finalizeAggFunctions(Parse *pParse, AggInfo *pAggInfo){
|
||||
** registers if register regAcc contains 0. The caller will take care
|
||||
** of setting and clearing regAcc.
|
||||
**
|
||||
** For an ORDER BY aggregate, the actually accumulator memory cell update
|
||||
** For an ORDER BY aggregate, the actual accumulator memory cell update
|
||||
** is deferred until after all input rows have been received, so that they
|
||||
** can be run in the requested order. In that case, instead of invoking
|
||||
** OP_AggStep to update accumulator, just add the arguments that would
|
||||
|
||||
Reference in New Issue
Block a user