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

MCOL-1822 Typo repair. Should be long double, not double

This commit is contained in:
David Hall
2019-03-05 09:45:34 -06:00
parent 3f2c753947
commit b7606139d7

View File

@ -1010,7 +1010,7 @@ inline long double TreeNode::getLongDoubleVal()
case CalpontSystemCatalog::SMALLINT:
case CalpontSystemCatalog::MEDINT:
case CalpontSystemCatalog::INT:
return (double)fResult.intVal;
return (long double)fResult.intVal;
case CalpontSystemCatalog::UBIGINT:
case CalpontSystemCatalog::UTINYINT: