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
MCOL-641 Cleanup.
This commit is contained in:
@ -455,9 +455,8 @@ uint8_t WE_DDLCommandProc::writeCreateSyscolumn(ByteStream& bs, std::string& err
|
||||
dataType = convertDataType(colDefPtr->fType->fType);
|
||||
|
||||
if (dataType == CalpontSystemCatalog::DECIMAL ||
|
||||
dataType == CalpontSystemCatalog::UDECIMAL)
|
||||
dataType == CalpontSystemCatalog::UDECIMAL)
|
||||
{
|
||||
// WIP MCOL-641
|
||||
if (colDefPtr->fType->fPrecision > 38) // precision cannot be over 38.
|
||||
{
|
||||
ostringstream os;
|
||||
|
Reference in New Issue
Block a user