1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-174 Handle quoted numerics

This commit is contained in:
David Hall
2019-07-31 13:58:50 -05:00
parent 106250cbf0
commit 765d1d38d4
2 changed files with 1 additions and 5 deletions

View File

@ -93,10 +93,6 @@ bool getUIntValFromParm(
{
isNull = true;
}
else
{
value = 0;
}
}
break;