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

Merge pull request #1990 from drrtuy/MCOL-4173_9

MCOL-4173 This patch adds support for wide-DECIMAL INNER, OUTER, SEMI…
This commit is contained in:
Roman Nozdrin
2021-06-24 16:15:07 +03:00
committed by GitHub
22 changed files with 2347 additions and 228 deletions

View File

@ -126,7 +126,7 @@ public:
}
uint32_t finalize() const
{
return (uint32_t) mPart1;
return (uint32_t)mPart1;
}
};