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
Merge branch 'develop-1.1' into 1.1-merge-up-2018-10-05
This commit is contained in:
@ -633,6 +633,11 @@ private:
|
||||
int checkValid(const TxnID& txnid, const ColStructList& colStructList, const ColValueList& colValueList, const RIDList& ridList) const;
|
||||
|
||||
/**
|
||||
* @brief Find the smallest column for this table
|
||||
*/
|
||||
void findSmallestColumn(uint32_t &colId, ColStructList colStructList);
|
||||
|
||||
/**
|
||||
* @brief Convert interface column type to a internal column type
|
||||
*/
|
||||
// void convertColType(void* curStruct, const FuncType curType = FUNC_WRITE_ENGINE) const;
|
||||
|
Reference in New Issue
Block a user