You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-641 Fix the cpimport issue when tables contains wide-DECIMAL and other types.
This commit is contained in:
@ -187,6 +187,13 @@ private:
|
||||
int openTableFile(); // Open data file and set the buffer
|
||||
void reportTotals(double elapsedSec);//Report summary totals
|
||||
void sleepMS(long int ms); // Sleep method
|
||||
// Compare column HWM with the examplar HWM.
|
||||
int compareHWMs(const int smallestColumnId,
|
||||
const int widerColumnId,
|
||||
const size_t widerColumnWidth,
|
||||
const std::vector<DBRootExtentInfo>& segFileInfo,
|
||||
int& colIdx);
|
||||
|
||||
int synchronizeAutoInc(); // Sychronize AutoInc in BRM with syscat
|
||||
|
||||
// Write the list of errors for this table
|
||||
|
Reference in New Issue
Block a user