You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix typo
This commit is contained in:
committed by
Leonid Fedorov
parent
680633a350
commit
06fa57966b
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user