You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
WriteBatchFieldMariaDB m_type was wrong (#2090)
This commit is contained in:
@ -206,7 +206,7 @@ public:
|
|||||||
const CalpontSystemCatalog::ColType & m_type;
|
const CalpontSystemCatalog::ColType & m_type;
|
||||||
uint32_t m_mbmaxlen;
|
uint32_t m_mbmaxlen;
|
||||||
WriteBatchFieldMariaDB(Field *field,
|
WriteBatchFieldMariaDB(Field *field,
|
||||||
const CalpontSystemCatalog::ColType type,
|
const CalpontSystemCatalog::ColType & type,
|
||||||
uint32_t mbmaxlen)
|
uint32_t mbmaxlen)
|
||||||
:m_field(field), m_type(type), m_mbmaxlen(mbmaxlen)
|
:m_field(field), m_type(type), m_mbmaxlen(mbmaxlen)
|
||||||
{ }
|
{ }
|
||||||
|
Reference in New Issue
Block a user