1
0
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:
david hill
2016-05-11 16:24:17 -05:00
parent 12fbdfb4cd
commit a02049ba6a
269 changed files with 14983 additions and 704 deletions

View File

@ -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;