You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Parsing support for ENUM with columnstore engine
This commit is contained in:
@@ -840,6 +840,10 @@ int ProcessDDLStatement(string& ddlStatement, string& schema, const string& /*ta
|
||||
}
|
||||
}
|
||||
|
||||
if (createTable->fTableDef->fColumns[i]->fType->fType == ddlpackage::DDL_ENUM) {
|
||||
// TO DO
|
||||
}
|
||||
|
||||
// check varbinary data type
|
||||
if ((createTable->fTableDef->fColumns[i]->fType->fType == ddlpackage::DDL_VARBINARY) &&
|
||||
!isVarbinaryAllowed)
|
||||
|
Reference in New Issue
Block a user