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

Lot of files updated

This commit is contained in:
Nedeljko Stefanovic
2025-07-11 12:09:55 +00:00
parent 54800de255
commit a00b06b61d
28 changed files with 45 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ int32_t mcsv1Context::getColWidth()
case execplan::CalpontSystemCatalog::UTINYINT:
case execplan::CalpontSystemCatalog::CHAR: fColWidth = 1; break;
case execplan::CalpontSystemCatalog::ENUM:
case execplan::CalpontSystemCatalog::SMALLINT:
case execplan::CalpontSystemCatalog::USMALLINT: fColWidth = 2; break;