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
Fixed some linker errors, integrated the cloudio factory
into idbfactory.
This commit is contained in:
@ -67,6 +67,14 @@ SMComm * SMComm::get()
|
||||
} \
|
||||
}
|
||||
|
||||
SMComm::SMComm()
|
||||
{
|
||||
}
|
||||
|
||||
SMComm::~SMComm()
|
||||
{
|
||||
}
|
||||
|
||||
int SMComm::open(const string &filename, const int mode, struct stat *statbuf)
|
||||
{
|
||||
ByteStream *command = buffers.getByteStream();
|
||||
|
Reference in New Issue
Block a user