You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
::writeRow now treats WR_BINARY as int128 for 16 bytes DT only
WF avg uses const & as arguments types Removed BINARY from DDL parser
This commit is contained in:
@ -36,6 +36,8 @@
|
||||
/** Namespace WriteEngine */
|
||||
namespace WriteEngine
|
||||
{
|
||||
// Max column size is 16 bytes since MCOL-641. However left this value
|
||||
// for backward compatibility
|
||||
const short MAX_COLUMN_BOUNDARY = 8; // Max bytes for one column
|
||||
const int MAX_SIGNATURE_SIZE = 8000; // Max len of dict sig val
|
||||
const int MAX_FIELD_SIZE = 1000; // Max len non-dict fld val
|
||||
|
Reference in New Issue
Block a user