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
Merge branch 'develop-1.1' into dev-merge-up-20180409
This commit is contained in:
@@ -223,7 +223,13 @@ bool typesAreSame(const CalpontSystemCatalog::ColType& colType, const ColumnType
|
||||
break;
|
||||
|
||||
case (CalpontSystemCatalog::BLOB):
|
||||
if (newType.fType == DDL_BLOB && colType.colWidth == newType.fLength) return true;
|
||||
|
||||
break;
|
||||
|
||||
case (CalpontSystemCatalog::TEXT):
|
||||
if (newType.fType == DDL_TEXT && colType.colWidth == newType.fLength) return true;
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user