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
WriteBatchFieldMariaDB m_type was wrong (#2090)
This commit is contained in:
@ -206,7 +206,7 @@ public:
|
||||
const CalpontSystemCatalog::ColType & m_type;
|
||||
uint32_t m_mbmaxlen;
|
||||
WriteBatchFieldMariaDB(Field *field,
|
||||
const CalpontSystemCatalog::ColType type,
|
||||
const CalpontSystemCatalog::ColType & type,
|
||||
uint32_t mbmaxlen)
|
||||
:m_field(field), m_type(type), m_mbmaxlen(mbmaxlen)
|
||||
{ }
|
||||
|
Reference in New Issue
Block a user