You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
A pack of fixes for compilation errors and warnings for all platforms
Add libdatatypes.so into debian packaging
This commit is contained in:
@ -60,8 +60,7 @@ typedef execplan::CalpontSystemCatalog::ColType Type;
|
||||
class IDB_Decimal: public datatypes::VDecimal
|
||||
{
|
||||
public:
|
||||
using datatypes::VDecimal::VDecimal;
|
||||
|
||||
IDB_Decimal() = default;
|
||||
IDB_Decimal(int64_t val, int8_t s, uint8_t p, const int128_t &val128 = 0) :
|
||||
VDecimal(val, s, p, val128) {}
|
||||
|
||||
|
Reference in New Issue
Block a user