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-4174 Review/refactor frontend/connector code
This commit is contained in:
committed by
Roman Nozdrin
parent
68244ab957
commit
129d5b5a0f
@ -288,7 +288,7 @@ string ColumnCommandJL::toString()
|
||||
|
||||
if (isDict())
|
||||
ret << " (tokens)";
|
||||
else if (execplan::isCharType(colType.colDataType))
|
||||
else if (datatypes::isCharType(colType.colDataType))
|
||||
ret << " (is char)";
|
||||
|
||||
return ret.str();
|
||||
|
Reference in New Issue
Block a user