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
name changes
This commit is contained in:
@ -52,7 +52,7 @@ const string StartUp::installDir()
|
||||
if (!cfStr.empty())
|
||||
*fInstallDirp = cfStr;
|
||||
#else
|
||||
fInstallDirp = new string("/usr/local/Calpont");
|
||||
fInstallDirp = new string("/usr/local/MariaDB/Columnstore");
|
||||
//See if we can figure out the install dir in Linux...
|
||||
//1. env var INFINIDB_INSTALL_DIR
|
||||
const char* p=0;
|
||||
@ -60,7 +60,7 @@ const string StartUp::installDir()
|
||||
if (p && *p)
|
||||
*fInstallDirp = p;
|
||||
//2. up one level from current binary location?
|
||||
//3. fall back to /usr/local/Calpont
|
||||
//3. fall back to /usr/local/MariaDB/Columnstore
|
||||
#endif
|
||||
|
||||
return *fInstallDirp;
|
||||
|
Reference in New Issue
Block a user