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-4483: Fix and consolidate log files and cpimport logging.
This commit is contained in:
@ -268,6 +268,14 @@ public:
|
||||
{
|
||||
return fS3Region;
|
||||
}
|
||||
std::string getErrorDir() const
|
||||
{
|
||||
return fErrorDir;
|
||||
}
|
||||
void setErrorDir(std::string fErrorDir)
|
||||
{
|
||||
this->fErrorDir = fErrorDir;
|
||||
}
|
||||
std::string& getUsername();
|
||||
std::string PrepMode2ListOfFiles(std::string& FileName); // Bug 4342
|
||||
void getColumnList( std::set<std::string>& columnList ) const;
|
||||
@ -329,6 +337,7 @@ private: // variables for SplitterApp
|
||||
bool fConsoleOutput; // If false, no output to console.
|
||||
std::string fTimeZone; // Timezone to use for TIMESTAMP datatype
|
||||
std::string fUsername; // Username of the data files owner
|
||||
std::string fErrorDir;
|
||||
};
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user