1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-28 19:54:55 +03:00

Merge pull request #615 from mariadb-corporation/MCOL-520-bash

MCOL-520 remove debug bash -x
This commit is contained in:
Patrick LeBlanc
2018-11-08 12:17:45 -06:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ for arg in "$@"; do
fi
done
bash -x $installdir/bin/post-install --installdir=/usr/local/mariadb/columnstore
$installdir/bin/post-install --installdir=/usr/local/mariadb/columnstore
echo -e "1\n1\n1\n1\n1\n1\n" | $installdir/bin/postConfigure -i $installdir
if [ $? -eq 0 ]; then
exit 0

View File

@@ -82,8 +82,6 @@ using namespace oam;
using namespace logging;
using namespace BRM;
string tmpdir;
namespace oam
{
// flag to tell us ctrl-c was hit

View File

@@ -2521,6 +2521,7 @@ private:
*/
void sendStatusUpdate(messageqcpp::ByteStream obs, messageqcpp::ByteStream::byte returnRequestType);
std::string tmpdir;
std::string CalpontConfigFile;
std::string AlarmConfigFile;
std::string ProcessConfigFile;