mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Remove an unneeded column-cache flush in aggregate SELECT
and an unreachable branch in the INSERT logic. FossilOrigin-Name: ffa092e13b3781677b18418cca40e3dd1e388aed
This commit is contained in:
@@ -3875,7 +3875,6 @@ static void updateAccumulator(Parse *pParse, AggInfo *pAggInfo){
|
||||
struct AggInfo_col *pC;
|
||||
|
||||
pAggInfo->directMode = 1;
|
||||
sqlite3ExprCacheClear(pParse);
|
||||
for(i=0, pF=pAggInfo->aFunc; i<pAggInfo->nFunc; i++, pF++){
|
||||
int nArg;
|
||||
int addrNext = 0;
|
||||
|
||||
Reference in New Issue
Block a user