You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
name change
This commit is contained in:
@ -55,9 +55,9 @@ const string StartUp::installDir()
|
||||
#else
|
||||
fInstallDirp = new string("/usr/local/mariadb/columnstore");
|
||||
//See if we can figure out the install dir in Linux...
|
||||
//1. env var INFINIDB_INSTALL_DIR
|
||||
//1. env var COLUMNSTORE_INSTALL_DIR
|
||||
const char* p=0;
|
||||
p = getenv("INFINIDB_INSTALL_DIR");
|
||||
p = getenv("COLUMNSTORE_INSTALL_DIR");
|
||||
if (p && *p)
|
||||
*fInstallDirp = p;
|
||||
//2. up one level from current binary location?
|
||||
|
Reference in New Issue
Block a user