1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-392 Fix saturation handling

This commit is contained in:
Andrew Hutchings
2018-04-26 17:48:16 +01:00
parent dba04e8b72
commit bd50bbb8bb
2 changed files with 41 additions and 2 deletions

View File

@ -1024,7 +1024,6 @@ void BulkLoadBuffer::convert(char* field, int fieldLength,
}
else
{
llDate = 0;
bufStats.satCount++;
}