You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Updated the storage-manager ref. Made SMComm send absolute
paths rather than relative ones.
This commit is contained in:
@ -59,13 +59,18 @@ class SMComm : public boost::noncopyable
|
||||
// the specified S3 bucket. Need to define specific error codes.
|
||||
int ping();
|
||||
|
||||
int copyFile(const std::string &file1, const std::string &file2);
|
||||
|
||||
virtual ~SMComm();
|
||||
|
||||
private:
|
||||
SMComm();
|
||||
|
||||
std::string getAbsFilename(const std::string &filename);
|
||||
|
||||
SocketPool sockets;
|
||||
messageqcpp::ByteStreamPool buffers;
|
||||
std::string cwd;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user