You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-669 TEXT cpimport fixes
* 64KB TEXT column had off-by-one length pointer counting * TEXT I_S/LDI was looping where it shouldn't causing pointer issues * TEXT data type wasn't fully understood by cpimport
This commit is contained in:
@ -152,7 +152,8 @@ namespace WriteEngine
|
||||
"unsigned-int",
|
||||
"unsigned-float",
|
||||
"unsigned-bigint",
|
||||
"unsigned-double"
|
||||
"unsigned-double",
|
||||
"text"
|
||||
};
|
||||
|
||||
enum FuncType { FUNC_WRITE_ENGINE, FUNC_INDEX, FUNC_DICTIONARY };
|
||||
|
Reference in New Issue
Block a user