1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

feature(cpimport): MCOL-5164 ignore all errors (-e all)

This commit is contained in:
Aleksei Antipovskii
2025-06-20 17:20:40 +02:00
committed by Leonid Fedorov
parent 7dca1da8f2
commit 1ce46b5e0b
15 changed files with 209 additions and 56 deletions

View File

@ -144,6 +144,13 @@ enum ImportDataMode
IMPORT_DATA_BIN_SAT_NULL = 2
};
// Max number of ignored errors
enum MaxErrors
{
MAX_ERRORS_DEFAULT = -1, // default value
MAX_ERRORS_ALL = -2 // special case: ignore all errors
};
/**
* the set of Calpont column data type names; MUST match ColDataType in
* calpontsystemcatalog.h.