1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

remove mysql-Calpont and fix postconfigure build issue

This commit is contained in:
david hill
2016-02-04 14:09:52 -06:00
parent a3f391a235
commit 54ec8ef57e
2 changed files with 2 additions and 3 deletions

View File

@ -3174,10 +3174,9 @@ int main(int argc, char *argv[])
if (WEXITSTATUS(rtnCode) != 0) {
cout << endl << "Error returned from post-mysql-install, check /tmp/post-mysql-install.log" << endl;
exit(1);
}
else
cout << endl << "post-mysql-install Successfully Completed" << endl;
}
}
}
}