1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Revert "when setting systemName also modify my.cnf to update server_audit_sys…"

This commit is contained in:
benthompson15
2017-04-17 11:56:27 -05:00
committed by GitHub
parent 99ffc8430a
commit f803b94eb6
3 changed files with 12 additions and 35 deletions

View File

@ -129,13 +129,7 @@ int main(int argc, char** argv)
if (xflg)
cf->delConfig(argv[optind + 0], argv[optind + 1]);
else
{
cf->setConfig(argv[optind + 0], argv[optind + 1], argv[optind + 2]);
if (strcmp(argv[optind + 1],"SystemName") == 0)
{
oam.changeMyCnf( "server_audit_syslog_info", argv[optind + 2] );
}
}
cf->write();
if (dflg || serverInstallType == oam::INSTALL_COMBINE_DM_UM_PM)