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
MCOL-520
This commit is contained in:
@ -188,9 +188,6 @@ int main(int argc, char* argv[])
|
||||
|
||||
string ccHistoryFile = HOME + "/.cc_history";
|
||||
|
||||
cout << startup::StartUp::installDir() << endl;
|
||||
cout << startup::StartUp::tmpDir() << endl;
|
||||
|
||||
string cf = startup::StartUp::installDir() + "/etc/" + ConsoleCmdsFile;
|
||||
fConfig = Config::makeConfig(cf);
|
||||
|
||||
@ -4919,8 +4916,12 @@ int processCommand(string* arguments)
|
||||
}
|
||||
break;
|
||||
|
||||
case 39:
|
||||
case 39: // getSystemDirectories
|
||||
{
|
||||
cout << "System Installation and Temporary Logging Directories" << endl << endl;
|
||||
|
||||
cout << "System Installation Directory = " << startup::StartUp::installDir() << endl;
|
||||
cout << "System Temporary Logging Directory = " << startup::StartUp::tmpDir() << endl;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user