You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-642 Separate TEXT from BLOB
* TEXT and BLOB now have separate identifiers internally * TEXT columns are identified as such in system catalog * cpimport only requires hex input for BLOB, not TEXT
This commit is contained in:
@@ -89,6 +89,7 @@ map<int, string> colType2String = assign::map_list_of
|
||||
(CalpontSystemCatalog::UDOUBLE, "UNSIGNED DOUBLE")
|
||||
(CalpontSystemCatalog::LONGDOUBLE, "INTERNAL LONG DOUBLE")
|
||||
(CalpontSystemCatalog::STRINT, "INTERNAL SHORT STRING")
|
||||
(CalpontSystemCatalog::TEXT, "TEXT")
|
||||
;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user