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 a bug in IDBPolicy that prevented using the system
w/o plugins. A couple other random things.
This commit is contained in:
@ -73,7 +73,6 @@ SMComm::SMComm()
|
||||
{
|
||||
char buf[4096];
|
||||
cwd = ::getcwd(buf, 4096);
|
||||
cout << "got cwd = " << cwd << endl;
|
||||
}
|
||||
|
||||
SMComm::~SMComm()
|
||||
|
Reference in New Issue
Block a user