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-5746 Cpimport: convert blob data from ascii hex when reads from STDIN (#3217)
Co-authored-by: Denis Khalikov <dennis.khalikov@gmail.com>
This commit is contained in:
@ -77,7 +77,7 @@ class TableInfo : public WeUIDGID
|
||||
FILE* fHandle; // Handle to the input load file
|
||||
int fCurrentReadBuffer; // Id of current buffer being popu-
|
||||
// lated by the read thread
|
||||
RID fTotalReadRows; // Total number of rows read
|
||||
RID fTotalReadRows; // Total number of rows read
|
||||
unsigned fTotalErrRows; // Total error rows among all input
|
||||
// for this table. Is volatile to
|
||||
// insure parser & reader threads
|
||||
@ -459,6 +459,8 @@ class TableInfo : public WeUIDGID
|
||||
|
||||
void setJobUUID(const boost::uuids::uuid& jobUUID);
|
||||
|
||||
bool readFromSTDIN();
|
||||
|
||||
public:
|
||||
friend class BulkLoad;
|
||||
friend class ColumnInfo;
|
||||
|
Reference in New Issue
Block a user