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
MCOL-104 First pass of InfiniDB rename in code
This commit is contained in:
@ -58,7 +58,7 @@ public:
|
||||
SimpleColumn_UINT(const std::string& schema,
|
||||
const std::string& table,
|
||||
const std::string& col,
|
||||
const bool isInfiniDB,
|
||||
const bool isColumnStore,
|
||||
const uint32_t sessionID = 0);
|
||||
SimpleColumn_UINT(const SimpleColumn& rhs, const uint32_t sessionID = 0);
|
||||
|
||||
@ -106,9 +106,9 @@ template<int len>
|
||||
SimpleColumn_UINT<len>::SimpleColumn_UINT(const std::string& schema,
|
||||
const std::string& table,
|
||||
const std::string& col,
|
||||
const bool isInfiniDB,
|
||||
const bool isColumnStore,
|
||||
const uint32_t sessionID) :
|
||||
SimpleColumn(schema, table, col, isInfiniDB, sessionID)
|
||||
SimpleColumn(schema, table, col, isColumnStore, sessionID)
|
||||
{
|
||||
setNullVal();
|
||||
}
|
||||
|
Reference in New Issue
Block a user