1
0
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:
Patrick LeBlanc
2019-02-06 09:49:32 -06:00
parent c9a9bf9823
commit 92f609f718
3 changed files with 8 additions and 3 deletions

View File

@ -73,7 +73,6 @@ SMComm::SMComm()
{
char buf[4096];
cwd = ::getcwd(buf, 4096);
cout << "got cwd = " << cwd << endl;
}
SMComm::~SMComm()