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
chore(datatypes): this refactors the placement of the main SQL data types enum to enable templates that are parametrized with this enum(see mcs_datatype_basic.h changes for more details).
This commit is contained in:
committed by
Leonid Fedorov
parent
244e0adc8e
commit
eb744eafed
@ -151,7 +151,7 @@ TEST(DataConvertTest, Strtoll128)
|
||||
|
||||
TEST(DataConvertTest, NumberIntValue)
|
||||
{
|
||||
datatypes::SystemCatalog::TypeAttributesStd ct;
|
||||
datatypes::TypeAttributesStd ct;
|
||||
|
||||
int128_t res, valMax;
|
||||
string data;
|
||||
|
Reference in New Issue
Block a user