You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user