1
0
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:
Roman Nozdrin
2020-06-25 09:27:25 +00:00
parent a61c190668
commit 8c02802ac1
4 changed files with 106 additions and 26 deletions

View File

@ -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