You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-12 05:01:56 +03:00
Fixed some linker errors, integrated the cloudio factory
into idbfactory.
This commit is contained in:
@ -24,6 +24,10 @@ using namespace std;
|
||||
namespace idbdatafile
|
||||
{
|
||||
|
||||
SMDataFile::~SMDataFile()
|
||||
{
|
||||
}
|
||||
|
||||
SMDataFile::SMDataFile(const char *name, int _openmode, const struct stat &_stat) :
|
||||
IDBDataFile(name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user