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
extentmap iterator (#2540)
This commit is contained in:
@ -133,7 +133,7 @@ int8_t setupCwd()
|
||||
string workdir = startup::StartUp::tmpDir();
|
||||
|
||||
if (workdir.length() == 0)
|
||||
workdir = ".";
|
||||
workdir = std::string(".");
|
||||
|
||||
int8_t rc = chdir(workdir.c_str());
|
||||
return rc;
|
||||
|
Reference in New Issue
Block a user