1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
mariadb-AndreyPiskunov
2022-09-09 23:17:31 +03:00
committed by Leonid Fedorov
parent 680633a350
commit 06fa57966b

View File

@ -161,7 +161,7 @@ mcsv1_UDAF::ReturnCode regr_syy::dropValue(mcsv1Context* context, ColumnDatum* v
if (cnt == 0) if (cnt == 0)
{ {
data->avgy = 0; data->avgy = 0;
data->cx = 0; data->cy = 0;
} }
else else
{ {