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:
@ -1456,7 +1456,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
int id = *pt;
|
||||
string DBrootID = "DBRoot" + oam.itoa(id);;
|
||||
string pathID = "/usr/local/Calpont/data" + oam.itoa(id);
|
||||
string pathID = "/usr/local/MariaDB/Columnstore/data" + oam.itoa(id);
|
||||
|
||||
try {
|
||||
sysConfigNew->setConfig(SystemSection, DBrootID, pathID);
|
||||
@ -1528,7 +1528,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
int id = *pt;
|
||||
string DBrootID = "DBRoot" + oam.itoa(id);;
|
||||
string pathID = "/usr/local/Calpont/data" + oam.itoa(id);
|
||||
string pathID = "/usr/local/MariaDB/Columnstore/data" + oam.itoa(id);
|
||||
|
||||
try {
|
||||
sysConfigNew->setConfig(SystemSection, DBrootID, pathID);
|
||||
@ -1596,7 +1596,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
string DBrootID = "DBRoot" + oam.itoa(i);
|
||||
string pathID = "/usr/local/Calpont/data" + oam.itoa(i);
|
||||
string pathID = "/usr/local/MariaDB/Columnstore/data" + oam.itoa(i);
|
||||
|
||||
try {
|
||||
sysConfigNew->setConfig(SystemSection, DBrootID, pathID);
|
||||
|
Reference in New Issue
Block a user