1
0
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:
Roman Nozdrin
2023-10-22 21:21:10 +00:00
committed by Leonid Fedorov
parent 244e0adc8e
commit eb744eafed
12 changed files with 935 additions and 917 deletions

View File

@ -151,7 +151,7 @@ TEST(DataConvertTest, Strtoll128)
TEST(DataConvertTest, NumberIntValue)
{
datatypes::SystemCatalog::TypeAttributesStd ct;
datatypes::TypeAttributesStd ct;
int128_t res, valMax;
string data;