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
Revert "Merge pull request #2022 from mariadb-corporation/bar-develop-MCOL-4791"
This reverts commit4016e25e5b
, reversing changes made to85435f6b1e
.
This commit is contained in:
@ -507,12 +507,12 @@ inline bool isMinMaxValid(const NewColRequestHeader* in)
|
||||
switch (in->colType.DataType)
|
||||
{
|
||||
case CalpontSystemCatalog::CHAR:
|
||||
return !in->colType.isDict();
|
||||
return (in->colType.DataSize < 9);
|
||||
|
||||
case CalpontSystemCatalog::VARCHAR:
|
||||
case CalpontSystemCatalog::BLOB:
|
||||
case CalpontSystemCatalog::TEXT:
|
||||
return !in->colType.isDict();
|
||||
return (in->colType.DataSize < 8);
|
||||
|
||||
case CalpontSystemCatalog::TINYINT:
|
||||
case CalpontSystemCatalog::SMALLINT:
|
||||
|
Reference in New Issue
Block a user