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
feature(cpimport): MCOL-5164 ignore all errors (-e all
)
This commit is contained in:
committed by
Leonid Fedorov
parent
7dca1da8f2
commit
1ce46b5e0b
@ -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.
|
||||
|
Reference in New Issue
Block a user